summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Matthew Brener2018-01-21 17:40:47 +1100
committerGravatar GitHub2018-01-21 17:40:47 +1100
commitaf871f8966a52efb44b9fe6b583e8799c407a467 (patch)
tree6dbff08c08f2de73a9ab572f4ac2c39897f39ce4 /src
parentMerge pull request #72 from N00byKing/patch-2 (diff)
downloadyuzu-af871f8966a52efb44b9fe6b583e8799c407a467.tar.gz
yuzu-af871f8966a52efb44b9fe6b583e8799c407a467.tar.xz
yuzu-af871f8966a52efb44b9fe6b583e8799c407a467.zip
Fix spelling error in CMakeLists
Minor spelling error of its --> it's
Diffstat (limited to 'src')
-rw-r--r--src/common/CMakeLists.txt2
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})
17 string(SUBSTRING ${WORD} 1 -1 REMAINDER) 17 string(SUBSTRING ${WORD} 1 -1 REMAINDER)
18 string(TOUPPER ${FIRST_LETTER} FIRST_LETTER) 18 string(TOUPPER ${FIRST_LETTER} FIRST_LETTER)
19 # this leaves a trailing space on the last word, but we actually want that 19 # this leaves a trailing space on the last word, but we actually want that
20 # because of how its styled in the title bar. 20 # because of how it's styled in the title bar.
21 set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ") 21 set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ")
22 endforeach() 22 endforeach()
23 endif() 23 endif()