[CMake] [PATCH] STYLE: Fix doc typos in cmSourceFile.cxx
themiwi at gmail.com
themiwi at gmail.com
Sat Apr 3 17:39:36 EDT 2010
From: Michael Wild <themiwi at users.sourceforge.net>
Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>
---
Source/cmSourceFile.cxx | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index 3704d6a..df6c680 100644
--- a/Source/cmSourceFile.cxx
+++ b/Source/cmSourceFile.cxx
@@ -404,7 +404,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
"The VS6 IDE does not support definition values with spaces "
"(but NMake does). Xcode does not support per-configuration "
"definitions on source files.\n"
- "Dislaimer: Most native build tools have poor support for escaping "
+ "Disclaimer: Most native build tools have poor support for escaping "
"certain values. CMake has work-arounds for many cases but some "
"values may just not be possible to pass correctly. If a value "
"does not seem to be escaped correctly, do not attempt to "
@@ -433,7 +433,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
("GENERATED", cmProperty::SOURCE_FILE,
"Is this source file generated as part of the build process.",
"If a source file is generated by the build process CMake will "
- "handle it differently in temrs of dependency checking etc. "
+ "handle it differently in terms of dependency checking etc. "
"Otherwise having a non-existent source file could create problems.");
cm->DefineProperty
@@ -487,7 +487,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
"For frameworks the content folder is "
"\"<name>.framework/Versions/<version>\". "
"See the PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE target "
- "properties for specifying files meant for Headers, PrivateHeadres, "
+ "properties for specifying files meant for Headers, PrivateHeaders, "
"or Resources directories.");
cm->DefineProperty
@@ -528,8 +528,8 @@ void cmSourceFile::DefineProperties(cmake *cm)
"Exclude this source file from any code wrapping techniques.",
"Some packages can wrap source files into alternate languages "
"to provide additional functionality. For example, C++ code "
- "can be wrapped into Java or Python etc using SWIG etc. "
- "If WRAP_EXCLUDE is set to true (1 etc) that indicates then "
+ "can be wrapped into Java or Python etc. using SWIG etc. "
+ "If WRAP_EXCLUDE is set to true (1 etc. that indicates then "
"this source file should not be wrapped.");
}
--
1.7.0.2
More information about the CMake
mailing list