diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 13:17:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-07 18:51:50 (GMT) |
commit | 965de974b24ecafc420885eff68a3917471ff181 (patch) | |
tree | cc4394640499e8ec66fc287d10bc13de8111b17f /Source/cmSourceGroupCommand.h | |
parent | 56a687d1730ef09284dae86435e788d5c5b63b54 (diff) | |
download | CMake-965de974b24ecafc420885eff68a3917471ff181.zip CMake-965de974b24ecafc420885eff68a3917471ff181.tar.gz CMake-965de974b24ecafc420885eff68a3917471ff181.tar.bz2 |
Documentation: Correct typos and grammar
Diffstat (limited to 'Source/cmSourceGroupCommand.h')
-rw-r--r-- | Source/cmSourceGroupCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 6c87b71..9f6b7e4 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -68,7 +68,7 @@ public: "expression matches the file will be favored.\n" "The name of the group may contain backslashes to specify subgroups:\n" " source_group(outer\\\\inner ...)\n" - "For backwards compatibility, this command is also supports the " + "For backwards compatibility, this command also supports the " "format:\n" " source_group(name regex)"; } |