Skip to content

Commit 8e6104e

Browse files
committed
Fix stupid typos
1 parent 9f8606e commit 8e6104e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ SET(COPYRIGHT_YEARS "2000-${CURRENTYEAR}")
3737
SET(STELLARIUM_URL "https://stellarium.org/")
3838
ADD_DEFINITIONS(-DSTELLARIUM_URL="${STELLARIUM_URL}")
3939

40-
# The line below is copied from copied from src/gui/HelpDialog.cpp file
40+
# The line below is copied from src/gui/HelpDialog.cpp file
4141
SET(STELLARIUM_COPYRIGHT "Copyright © ${COPYRIGHT_YEARS} ${PROJECT_NAME} Developers")
42-
# The line below is copied from copied from src/main.cpp file
42+
# The line below is copied from src/main.cpp file
4343
#SET(STELLARIUM_COPYRIGHT "Copyright © ${COPYRIGHT_YEARS} Fabien Chereau et al.")
4444
ADD_DEFINITIONS(-DSTELLARIUM_COPYRIGHT="${STELLARIUM_COPYRIGHT}")
4545

0 commit comments

Comments
 (0)