diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:16:57 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:16:57 (GMT) |
commit | a043b6608c7d39352c23bf2e9d371d76d9c513e5 (patch) | |
tree | b10e7b335710b5b2d61e2fbbfdd65da66a120969 /Source/cmAddSubDirectoryCommand.h | |
parent | 09b3d9d2f189d0705d405c65a33206ad0053d8c9 (diff) | |
download | CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.zip CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.gz CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.bz2 |
STYLE: fix docs
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 a5c4fe9..f4b0d0b 100644 --- a/Source/cmAddSubDirectoryCommand.h +++ b/Source/cmAddSubDirectoryCommand.h @@ -71,7 +71,7 @@ public: "directory (the typical usage), but it may also be an absolute path. " "The binary_dir specifies the directory in which to place the output " "files. If it is a relative path it will be evaluated with respect " - "to the current otuput directory, but it may also be an absolute " + "to the current output directory, but it may also be an absolute " "path. If binary_dir is not specified, the value of source_dir, " "before expanding any relative path, will be used (the typical usage). " "The CMakeLists.txt file in the specified source directory will " |