Просмотр исходного кода

Fix spelling error in CMakeLists

Minor spelling error of its --> it's
Matthew Brener 8 лет назад
Родитель
Сommit
af871f8966
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/common/CMakeLists.txt

+ 1 - 1
src/common/CMakeLists.txt

@@ -17,7 +17,7 @@ if ($ENV{CI})
       string(SUBSTRING ${WORD} 1 -1 REMAINDER)
       string(SUBSTRING ${WORD} 1 -1 REMAINDER)
       string(TOUPPER ${FIRST_LETTER} FIRST_LETTER)
       string(TOUPPER ${FIRST_LETTER} FIRST_LETTER)
       # this leaves a trailing space on the last word, but we actually want that
       # 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} ")
       set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ")
     endforeach()
     endforeach()
   endif()
   endif()