summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-18 14:02:57 +0000
committerKitware Robot <kwrobot@kitware.com>2022-02-18 09:03:03 -0500
commitf0af28eca45b9031a4f5cb72156bb2f7263a4da8 (patch)
tree6dffdc7e2a94c89c89041a90195cf613e5f6ff2d /Source
parenta9b03e9e6682063d97cce76f7e103cf2d31b19fa (diff)
parentcf204f209ed6b06e837c239855c38b4009d52fd0 (diff)
downloadcmake-f0af28eca45b9031a4f5cb72156bb2f7263a4da8.tar.gz
Merge topic 'typos'
cf204f209e ccmake: Fix typo in curses form comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6996
Diffstat (limited to 'Source')
-rw-r--r--Source/CursesDialog/form/frm_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/form/frm_driver.c b/Source/CursesDialog/form/frm_driver.c
index 112ab0898c..9cbb12ff98 100644
--- a/Source/CursesDialog/form/frm_driver.c
+++ b/Source/CursesDialog/form/frm_driver.c
@@ -1456,7 +1456,7 @@ static int IFN_Beginning_Of_Field(FORM * form)
|
| Description : Place the cursor after the last non-pad character in
| the field. If the field occupies the last position in
-| the buffer, the cursos is positioned on the last
+| the buffer, the cursor is positioned on the last
| character.
|
| Return Values : E_OK - success