From 31b6cf41c5a4e17ea97e0c94f0e81b9a18ce96b8 Mon Sep 17 00:00:00 2001 From: Paul Seyfert Date: Tue, 2 Aug 2016 10:41:06 -0500 Subject: [PATCH] ccmake: Fix typo in help (it's -> its) --- Source/CursesDialog/cmCursesMainForm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index 9ae38d62d..b9fd8f8dd 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"