Explorar o código

Merge pull request #124 from akkatracker/patch-1

Fix minor spelling error in CMakeLists
bunnei %!s(int64=8) %!d(string=hai) anos
pai
achega
ee024eb0a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(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()