[Cmake-commits] CMake branch, master, updated. 71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Apr 9 15:43:55 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3 (commit)
from 018c13ff73d9b7b151cb77f7adcbbb7be27f49d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3
commit 71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3
Author: Alex Neundorf <neundorf at kde.org>
Date: Fri Apr 9 21:40:59 2010 +0200
-fix typos in docs, patch from Michael Wild
Alex
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index 3704d6a..bc52d7f 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
-----------------------------------------------------------------------
Summary of changes:
Source/cmSourceFile.cxx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list