diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-01 08:30:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:39:19 (GMT) |
commit | 86832cecd59b3a56c5a609742b43e5b1c9524c66 (patch) | |
tree | 58a3c1ffe0165159da6c13206c8b8d527df8dbbb /Source/cmAddSubDirectoryCommand.h | |
parent | b7593bf3f5a656c6c2651d31c6858ad0e35f01d9 (diff) | |
download | CMake-86832cecd59b3a56c5a609742b43e5b1c9524c66.zip CMake-86832cecd59b3a56c5a609742b43e5b1c9524c66.tar.gz CMake-86832cecd59b3a56c5a609742b43e5b1c9524c66.tar.bz2 |
Fix spelling and typos (affecting users)
Diffstat (limited to 'Source/cmAddSubDirectoryCommand.h')
-rw-r--r-- | Source/cmAddSubDirectoryCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddSubDirectoryCommand.h b/Source/cmAddSubDirectoryCommand.h index fa322b0..e7f907c 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. " |