diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
commit | 4d9259c15b345263705e028092dca2c09a13a220 (patch) | |
tree | e5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmStringCommand.h | |
parent | acb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff) | |
download | CMake-4d9259c15b345263705e028092dca2c09a13a220.zip CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2 |
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r-- | Source/cmStringCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 6a415d4..f0b7c9e 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -104,7 +104,7 @@ public: "subexpressions of the match using \\1, \\2, ..., \\9. Note that " "two backslashes (\\\\1) are required in CMake code to get a " "backslash through argument parsing.\n" - "REPLACE will replace all occurences of match_string in the input with " + "REPLACE will replace all occurrences of match_string in the input with " "replace_string and store the result in the output.\n" "COMPARE EQUAL/NOTEQUAL/LESS/GREATER will compare the strings and " "store true or false in the output variable.\n" |