diff options
author | Paul Seyfert <paul.seyfert@mib.infn.it> | 2016-08-02 15:41:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-02 18:53:06 (GMT) |
commit | 31b6cf41c5a4e17ea97e0c94f0e81b9a18ce96b8 (patch) | |
tree | 02c43ec2e03daf4b98ba9e4e2ae68028f8933fd5 /Source/CursesDialog | |
parent | fd59f9ad519c1c311c54569133797d9061e90558 (diff) | |
download | CMake-31b6cf41c5a4e17ea97e0c94f0e81b9a18ce96b8.zip CMake-31b6cf41c5a4e17ea97e0c94f0e81b9a18ce96b8.tar.gz CMake-31b6cf41c5a4e17ea97e0c94f0e81b9a18ce96b8.tar.bz2 |
ccmake: Fix typo in help (it's -> its)
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/cmCursesMainForm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index 9ae38d6..b9fd8f8 100644 --- a/Source/CursesDialog/cmCursesMainForm.cxx +++ b/Source/CursesDialog/cmCursesMainForm.cxx @@ -1128,7 +1128,7 @@ const char* cmCursesMainForm::s_ConstHelpMessage = " C-u : up one page\n\n" "Editing options: " "To change an option press enter or return. If the current options is a " - "boolean, this will toggle it's value. " + "boolean, this will toggle its value. " "Otherwise, ccmake will enter edit mode. In this mode you can edit an " "option using arrow keys and backspace. Alternatively, you can use the " "following keys:\n" |