diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
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. "); |