diff options
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 7fbdfda..4e0177f 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -84,7 +84,7 @@ static const char *cmPropertiesDocumentationDescription[][3] = "This is the documentation for the properties supported by CMake. " "Properties can have different scopes. They can either be assigned to a " "source file, a directory, a target or globally to CMake. By modifying the " - "values of properties the behaviour of the buildsystem can be customized.", + "values of properties the behaviour of the build system can be customized.", 0}, {0,0,0} }; |