diff options
author | Brad King <brad.king@kitware.com> | 2022-02-18 14:02:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-02-18 14:03:03 (GMT) |
commit | f0af28eca45b9031a4f5cb72156bb2f7263a4da8 (patch) | |
tree | 6dffdc7e2a94c89c89041a90195cf613e5f6ff2d | |
parent | a9b03e9e6682063d97cce76f7e103cf2d31b19fa (diff) | |
parent | cf204f209ed6b06e837c239855c38b4009d52fd0 (diff) | |
download | CMake-f0af28eca45b9031a4f5cb72156bb2f7263a4da8.zip CMake-f0af28eca45b9031a4f5cb72156bb2f7263a4da8.tar.gz CMake-f0af28eca45b9031a4f5cb72156bb2f7263a4da8.tar.bz2 |
Merge topic 'typos'
cf204f209e ccmake: Fix typo in curses form comment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6996
-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 |