Browse Source

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

Paul Seyfert 9 năm trước cách đây
mục cha
commit
31b6cf41c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 1
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"