diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-04-09 19:40:59 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-04-09 19:40:59 (GMT) |
commit | 71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3 (patch) | |
tree | c64776d82095fdd663218a936560f88acb5345a9 /Source/cmSourceFile.cxx | |
parent | 018c13ff73d9b7b151cb77f7adcbbb7be27f49d3 (diff) | |
download | CMake-71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3.zip CMake-71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3.tar.gz CMake-71812d0b5ec7bbe9d1e8cef5fad21135f6a234b3.tar.bz2 |
-fix typos in docs, patch from Michael Wild
Alex
Diffstat (limited to 'Source/cmSourceFile.cxx')
-rw-r--r-- | Source/cmSourceFile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |