summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.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/cmMakefile.cxx
parentacb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff)
downloadCMake-4d9259c15b345263705e028092dca2c09a13a220.zip
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c74cf4d..1b3ca61 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2889,7 +2889,7 @@ void cmMakefile::DefineProperties(cmake *cm)
{
cm->DefineProperty
("ADDITIONAL_MAKE_CLEAN_FILES", cmProperty::DIRECTORY,
- "Addditional files to clean during the make clean stage.",
+ "Additional files to clean during the make clean stage.",
"A list of files that will be cleaned as a part of the "
"\"make clean\" stage. ");