diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-14 13:41:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-14 13:41:45 +0000 |
commit | e672b0adc93b18c8f8186dbe2abee2a2d006664b (patch) | |
tree | a66cef487a0d721dec8dfff3d484214d44da056c | |
parent | d44f3ed9cd649ffaaf012710fff7ff562fd729fd (diff) |
spelling
-rw-r--r-- | bin/ksh/BUG-REPORTS | 4 | ||||
-rw-r--r-- | usr.bin/mg/def.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/BUG-REPORTS b/bin/ksh/BUG-REPORTS index e6ab6c6ddf2..7d1c3e5af28 100644 --- a/bin/ksh/BUG-REPORTS +++ b/bin/ksh/BUG-REPORTS @@ -1,4 +1,4 @@ -$OpenBSD: BUG-REPORTS,v 1.12 1999/07/14 13:37:23 millert Exp $ +$OpenBSD: BUG-REPORTS,v 1.13 2002/02/14 13:41:44 deraadt Exp $ List of reported problems (problems reported and fixed before 5.0.4 not included). Unresolved problems (may or may not still exist) marked by *, @@ -452,7 +452,7 @@ x pdksh 5.1.2, - (reported by Art Mills): if markdirs option is set, file [fixed in 5.1.3 - vi.c(complete_word), don't add / if file ends in one] x pdksh 5.1.2, - (reported by Dale DePriest): history read from history file - have negitive numbers and can't be accessed (fc thinks neg numbers are + have negative numbers and can't be accessed (fc thinks neg numbers are relative). [see Mail.5:39] [fixed in 5.1.3 - EASY_HISTORY/hist_init: increment line for each line] diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index cc880b52637..df42a54db37 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.26 2002/02/13 22:36:58 vincent Exp $ */ +/* $OpenBSD: def.h,v 1.27 2002/02/14 13:41:44 deraadt Exp $ */ /* * This file is the general header file for all parts @@ -81,7 +81,7 @@ typedef int (*PF)(); /* generally useful type */ * Flags for keyboard invoked functions. */ #define FFUNIV 1 /* universal argument */ -#define FFNEGARG 2 /* negitive only argument */ +#define FFNEGARG 2 /* negative only argument */ #define FFOTHARG 4 /* other argument */ #define FFARG 7 /* any argument */ #define FFRAND 8 /* Called by other function */ |