summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/frm_user.c
diff options
context:
space:
mode:
authorKai Wasserbäch <debian@carbon-project.org>2010-07-02 14:58:00 (GMT)
committerBrad King <brad.king@kitware.com>2010-07-13 13:41:37 (GMT)
commit9203e9187ec3c0ada49af953c3ec1a1f9190cf45 (patch)
tree4142047233017dc6bf899533b4ba3c38ab5d1cb6 /Source/CursesDialog/form/frm_user.c
parentf9116d0225f0c96a20b508510cffb621e116ac28 (diff)
downloadCMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.zip
CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.gz
CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.bz2
Fix spelling errors reported by Lintian.
During a Lintian run on the binary packages of CMake in Debian I was notified of many spelling mistakes.
Diffstat (limited to 'Source/CursesDialog/form/frm_user.c')
-rw-r--r--Source/CursesDialog/form/frm_user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CursesDialog/form/frm_user.c b/Source/CursesDialog/form/frm_user.c
index 8f0edbc..f38bbbb 100644
--- a/Source/CursesDialog/form/frm_user.c
+++ b/Source/CursesDialog/form/frm_user.c
@@ -39,7 +39,7 @@ MODULE_ID("$Id$")
| Function : int set_form_userptr(FORM *form, void *usrptr)
|
| Description : Set the pointer that is reserved in any form to store
-| application relevant informations
+| application relevant information
|
| Return Values : E_OK - on success
+--------------------------------------------------------------------------*/
@@ -54,7 +54,7 @@ int set_form_userptr(FORM * form, void *usrptr)
| Function : void *form_userptr(const FORM *form)
|
| Description : Return the pointer that is reserved in any form to
-| store application relevant informations.
+| store application relevant information.
|
| Return Values : Value of pointer. If no such pointer has been set,
| NULL is returned