Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit ea19bc8

Browse files
luzpazluz paz
authored andcommitted
Fix typos
Found via `codespell -q 3 -S ./lib*,*.ini -L aci,dur,iff,mut,numer,uint`
1 parent d0c8469 commit ea19bc8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.0)
22
enable_language(C)
33
project(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)
66
MESSAGE(STATUS "FTL DISABLE_AUTO_INGEST: " ${DISABLE_AUTO_INGEST})
77

88
option(DISABLE_FTL_APP "Set to TRUE to disable including the ftl app in the cmake output." FALSE)

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 =
19471947
EXPAND_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.

ftl_app/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

ftl_app/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

0 commit comments

Comments
 (0)