summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/fld_newftyp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CursesDialog/form/fld_newftyp.c')
-rw-r--r--Source/CursesDialog/form/fld_newftyp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/form/fld_newftyp.c b/Source/CursesDialog/form/fld_newftyp.c
index b45ebd8..b839f19 100644
--- a/Source/CursesDialog/form/fld_newftyp.c
+++ b/Source/CursesDialog/form/fld_newftyp.c
@@ -63,7 +63,7 @@ const FIELDTYPE* _nc_Default_FieldType = &default_fieldtype;
| E_BAD_ARGUMENT - invalid arguments
| E_SYSTEM_ERROR - system error (no memory)
|
-| Return Values : Fieldtype pointer or NULL if error occured
+| Return Values : Fieldtype pointer or NULL if error occurred
+--------------------------------------------------------------------------*/
FIELDTYPE *new_fieldtype(
bool (* const field_check)(FIELD *,const void *),