ccmake: Fix typo in help (it's -> its)

This commit is contained in:
Paul Seyfert 2016-08-02 10:41:06 -05:00 committed by Brad King
parent fd59f9ad51
commit 31b6cf41c5
1 changed files with 1 additions and 1 deletions

View File

@ -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"