fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.

This commit is contained in:
Campbell Barton
2011-10-17 06:39:13 +00:00
parent 67c15da97d
commit 61389bba41
35 changed files with 42 additions and 42 deletions

View File

@@ -774,7 +774,7 @@ elseif(WIN32)
set(PLATFORM_LINKFLAGS_DEBUG "/NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libc.lib")
else()
# keep GCC spesific stuff here
# keep GCC specific stuff here
if(CMAKE_COMPILER_IS_GNUCC)
set(PLATFORM_LINKLIBS "-lshell32 -lshfolder -lgdi32 -lmsvcrt -lwinmm -lmingw32 -lm -lws2_32 -lz -lstdc++ -lole32 -luuid -lwsock32")
set(PLATFORM_CFLAGS "-pipe -funsigned-char -fno-strict-aliasing")