Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Apr 24, 2024
1 parent c51efa9 commit 26ae1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/core_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ static void parseMiscPartOfJson(cJSON *misc_obj)
// todo (remove deprection check) this should be removed in 0.7+
if (NULL != cJSON_GetObjectItemCaseSensitive(misc_obj, "threads"))
{
fprintf(stderr, "Deprectaed Error: core.json->misc->thraeds is replaced with \"workers\" since Waterwall 0.6\
, please update your json file");
fprintf(stderr, "Deprecated Error: core.json->misc->thraeds is replaced with \"workers\" since Waterwall 0.6\
\nplease update your json file.\n");
exit(1);
}

Expand Down
3 changes: 1 addition & 2 deletions ww/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/eventloop)
# "WITH_HTTP_CLIENT OFF"
# "BUILD_SHARED OFF"
# "BUILD_EXAMPLES OFF"


# )

# target_compile_options(hv_static PRIVATE -fPIC)
# target_compile_options(ww PUBLIC -fPIC)
# message( FATAL_ERROR "OEUOUEOU: ${CMAKE_INSTALL_PREFIX}" )
Expand Down

0 comments on commit 26ae1f5

Please sign in to comment.