diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-02-17 12:20:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-17 13:55:56 (GMT) |
commit | cf204f209ed6b06e837c239855c38b4009d52fd0 (patch) | |
tree | fb633798dbfcbcf22edbec681462d04daa880d7f /Source/CursesDialog/form | |
parent | e61cc03ebfea67541e4da2ea04d0896783c5f77d (diff) | |
download | CMake-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.c | 2 |
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 |