summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/frm_user.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-07-20 20:00:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-07-20 20:00:29 (GMT)
commite1a4c02bac67f9420be0796712cc1da5985f7177 (patch)
treeaef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Source/CursesDialog/form/frm_user.c
parentefb2c1e6957fa90420ef051d76a17f0b1230c901 (diff)
parent7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff)
downloadCMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian.
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