diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /lib/libform | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'lib/libform')
-rw-r--r-- | lib/libform/fld_def.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/fld_def.c b/lib/libform/fld_def.c index 9ae030440e0..d4402dcc282 100644 --- a/lib/libform/fld_def.c +++ b/lib/libform/fld_def.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fld_def.c,v 1.6 2001/01/22 18:02:12 millert Exp $ */ +/* $OpenBSD: fld_def.c,v 1.7 2003/11/08 19:17:27 jmc Exp $ */ /**************************************************************************** * Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -75,7 +75,7 @@ NCURSES_EXPORT_VAR(FIELD *) _nc_Default_Field = &default_field; | int *err ) | | Description : Create an argument structure for the specified type. -| Use the type-dependant argument list to construct +| Use the type-dependent argument list to construct | it. | | Return Values : Pointer to argument structure. Maybe NULL. |