diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-01 09:36:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:39:19 (GMT) |
commit | ddac8d3d2d027dd50d729918078f57628855a568 (patch) | |
tree | 7bbc6c5b721a4db2620c7e28c0eb22f072b16b4b /Source/cmSubdirCommand.cxx | |
parent | 86832cecd59b3a56c5a609742b43e5b1c9524c66 (diff) | |
download | CMake-ddac8d3d2d027dd50d729918078f57628855a568.zip CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.gz CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.bz2 |
Fix spelling and typos (affecting binary data / module messages)
Diffstat (limited to 'Source/cmSubdirCommand.cxx')
-rw-r--r-- | Source/cmSubdirCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.cxx b/Source/cmSubdirCommand.cxx index 0cfe772..e497b46 100644 --- a/Source/cmSubdirCommand.cxx +++ b/Source/cmSubdirCommand.cxx @@ -64,7 +64,7 @@ bool cmSubdirCommand else { std::string error = "Incorrect SUBDIRS command. Directory: "; - error += *i + " does not exists."; + error += *i + " does not exist."; this->SetError(error.c_str()); res = false; } |