From cf204f209ed6b06e837c239855c38b4009d52fd0 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Thu, 17 Feb 2022 14:20:41 +0200 Subject: ccmake: Fix typo in curses form comment --- Source/CursesDialog/form/frm_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12