summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
committerAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
commit4d9259c15b345263705e028092dca2c09a13a220 (patch)
treee5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmSourceFile.cxx
parentacb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff)
downloadCMake-4d9259c15b345263705e028092dca2c09a13a220.zip
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmSourceFile.cxx')
-rw-r--r--Source/cmSourceFile.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index a685435..a8f9285 100644
--- a/Source/cmSourceFile.cxx
+++ b/Source/cmSourceFile.cxx
@@ -331,10 +331,10 @@ void cmSourceFile::DefineProperties(cmake *cm)
cm->DefineProperty
("ABSTRACT", cmProperty::SOURCE_FILE,
"Is this source file an abstract class.",
- "A property ona source file that indicates if the source file "
+ "A property on a source file that indicates if the source file "
"represents a class that is abstract. This only makes sense for "
"languages that have a notion of an abstract class and it is "
- "only used by somw tools that wrap classes into other languages.");
+ "only used by some tools that wrap classes into other languages.");
cm->DefineProperty
("COMPILE_FLAGS", cmProperty::SOURCE_FILE,
@@ -366,7 +366,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
cm->DefineProperty
("HEADER_FILE_ONLY", cmProperty::SOURCE_FILE,
"Is this source file only a header file.",
- "A property ona source file that indicates if the source file "
+ "A property on a source file that indicates if the source file "
"is a header file with no associated implementation. This is "
"set automatically based on the file extension and is used by "
"CMake to determine is certain dependency information should be "
@@ -374,7 +374,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
cm->DefineProperty
("KEEP_EXTENSION", cmProperty::SOURCE_FILE,
- "Make th eoutput file have the same extension as the source file.",
+ "Make the output file have the same extension as the source file.",
"If this property is set then the file extension of the output "
"file will be the same as that of the source file. Normally "
"the output file extension is computed based on the language "