This repository was archived by the owner on Nov 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.0)
22enable_language (C )
33project (libftl)
44
5- option (DISABLE_AUTO_INGEST "Set to TRUE to disable auto ingest feature which removes curl and jansson dependancies " FALSE )
5+ option (DISABLE_AUTO_INGEST "Set to TRUE to disable auto ingest feature which removes curl and jansson dependencies " FALSE )
66MESSAGE (STATUS "FTL DISABLE_AUTO_INGEST: " ${DISABLE_AUTO_INGEST} )
77
88option (DISABLE_FTL_APP "Set to TRUE to disable including the ftl app in the cmake output." FALSE )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PROJECT_NUMBER = 0.1
4444# for a project that appears at the top of each page and should give viewer a
4545# quick idea about the purpose of the project. Keep the description short.
4646
47- PROJECT_BRIEF = "Source Developement Kit for Mixer's FTL Protocol"
47+ PROJECT_BRIEF = "Source Development Kit for Mixer's FTL Protocol"
4848
4949# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050# the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -1947,7 +1947,7 @@ PREDEFINED =
19471947EXPAND_AS_DEFINED =
19481948
19491949# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1950- # remove all refrences to function-like macros that are alone on a line, have an
1950+ # remove all references to function-like macros that are alone on a line, have an
19511951# all uppercase name, and do not end with a semicolon. Such function macros are
19521952# typically used for boiler-plate code, and will confuse the parser if not
19531953# removed.
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ static void *ftl_status_thread(void *data)
394394 continue ;
395395 }
396396
397- /*dont reconnect for speed test*/
397+ /*don't reconnect for speed test*/
398398 if (speedtest_duration ) {
399399 continue ;
400400 }
Original file line number Diff line number Diff line change 3333 * header definitions without it as the winsock 1.1 API is in windows.h vs
3434 * ws2_32.h.
3535 *
36- * Yay for backwards source compatability
36+ * Yay for backwards source compatibility
3737 **/
3838
3939#define WIN32_LEAN_AND_MEAN 1
You can’t perform that action at this time.
0 commit comments