Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2011-06-08 10:14:14 +02:00
parent 5d08c164d2
commit f06916b4fa
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
FILE(GLOB SRC *.cpp *.h *.def)
IF(APPLE)
FILE(GLOB MAC_SRC mac/*.h mac/*.m mac/*.mm mac/*.cpp)
SET(SRC ${SRC} ${MAC_SRC})

View file

@ -21,8 +21,8 @@
named2csv: convert named_items.txt to .csv format and convert it back
to named_items.txt after changes.
use: named2csv.exe named_items.txt filter.script (to generate a .csv based on filter)
named2csv.exe named_items.txt named_items.csv (to modify .txt with .csv)
use: named2csv named_items.txt filter.script (to generate a .csv based on filter)
named2csv named_items.txt named_items.csv (to modify .txt with .csv)
*/