summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-17 12:20:41 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-17 13:55:56 (GMT)
commitcf204f209ed6b06e837c239855c38b4009d52fd0 (patch)
treefb633798dbfcbcf22edbec681462d04daa880d7f /Source/CursesDialog/form
parente61cc03ebfea67541e4da2ea04d0896783c5f77d (diff)
downloadCMake-cf204f209ed6b06e837c239855c38b4009d52fd0.zip
CMake-cf204f209ed6b06e837c239855c38b4009d52fd0.tar.gz
CMake-cf204f209ed6b06e837c239855c38b4009d52fd0.tar.bz2
ccmake: Fix typo in curses form comment
Diffstat (limited to 'Source/CursesDialog/form')
-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 112ab08..9cbb12f 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