summaryrefslogtreecommitdiff
path: root/Source/cmAddSubDirectoryCommand.h
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2013-05-01 10:30:46 +0200
committerBrad King <brad.king@kitware.com>2013-05-07 08:39:19 -0400
commit86832cecd59b3a56c5a609742b43e5b1c9524c66 (patch)
tree58a3c1ffe0165159da6c13206c8b8d527df8dbbb /Source/cmAddSubDirectoryCommand.h
parentb7593bf3f5a656c6c2651d31c6858ad0e35f01d9 (diff)
downloadcmake-86832cecd59b3a56c5a609742b43e5b1c9524c66.tar.gz
Fix spelling and typos (affecting users)
Diffstat (limited to 'Source/cmAddSubDirectoryCommand.h')
-rw-r--r--Source/cmAddSubDirectoryCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddSubDirectoryCommand.h b/Source/cmAddSubDirectoryCommand.h
index fa322b0c4e..e7f907c3f1 100644
--- a/Source/cmAddSubDirectoryCommand.h
+++ b/Source/cmAddSubDirectoryCommand.h
@@ -61,7 +61,7 @@ public:
" add_subdirectory(source_dir [binary_dir] \n"
" [EXCLUDE_FROM_ALL])\n"
"Add a subdirectory to the build. The source_dir specifies the "
- "directory in which the source CmakeLists.txt and code files are "
+ "directory in which the source CMakeLists.txt and code files are "
"located. If it is a relative "
"path it will be evaluated with respect to the current "
"directory (the typical usage), but it may also be an absolute path. "