diff options
author | Matthew Brener <akkatracker@gmail.com> | 2018-01-21 17:40:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 17:40:47 +1100 |
commit | af871f8966a52efb44b9fe6b583e8799c407a467 (patch) | |
tree | 6dbff08c08f2de73a9ab572f4ac2c39897f39ce4 /src/common/CMakeLists.txt | |
parent | d904b0db588ac4683ec846d584bccba979c441dd (diff) |
Fix spelling error in CMakeLists
Minor spelling error of its --> it's
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 1af80769a..d132ab969 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,7 +17,7 @@ if ($ENV{CI}) string(SUBSTRING ${WORD} 1 -1 REMAINDER) string(TOUPPER ${FIRST_LETTER} FIRST_LETTER) # this leaves a trailing space on the last word, but we actually want that - # because of how its styled in the title bar. + # because of how it's styled in the title bar. set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ") endforeach() endif() |