summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-31 12:46:03 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-31 12:46:03 (GMT)
commit0aa736e62545cee8e3ed6c39667705d31ce66b8c (patch)
tree69d70d041ea1ea684564ea61b191a328fb741029 /Source/cmStringCommand.cxx
parentdea0b6b7187e3cb565c6653b991fe0e9f00191d2 (diff)
parent49e82c15d57db01a95f740f511715064a3887615 (diff)
downloadCMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.zip
CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.gz
CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.bz2
Merge topic 'fix-spelling-typos'
49e82c15 Fix spelling typos in comments and documentation (#16037)
Diffstat (limited to 'Source/cmStringCommand.cxx')
-rw-r--r--Source/cmStringCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx
index 649fb39..3c027a0 100644
--- a/Source/cmStringCommand.cxx
+++ b/Source/cmStringCommand.cxx
@@ -565,7 +565,7 @@ bool cmStringCommand::HandleFindCommand(std::vector<std::string> const&
// ensure that the user cannot accidentally specify REVERSE as a variable
if(outvar == "REVERSE")
{
- this->SetError("sub-command FIND does not allow to select REVERSE as "
+ this->SetError("sub-command FIND does not allow one to select REVERSE as "
"the output variable. "
"Maybe you missed the actual output variable?");
return false;