diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 07:40:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 07:40:39 +0000 |
commit | 27cc88244fa45b7222a1a5534dbe70fb4ddaaa7d (patch) | |
tree | 11c982182a99eb20892550d2e80a9e5a6d39d1af /bin/ksh/misc.c | |
parent | b59e7084478b6887ebfaacca8465cfabdb60a5c2 (diff) |
typos from Jared Yanovich;
ok deraadt@
Diffstat (limited to 'bin/ksh/misc.c')
-rw-r--r-- | bin/ksh/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/misc.c b/bin/ksh/misc.c index 30347e673c5..045f2867e9c 100644 --- a/bin/ksh/misc.c +++ b/bin/ksh/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.19 2003/09/01 15:47:40 naddy Exp $ */ +/* $OpenBSD: misc.c,v 1.20 2003/10/22 07:40:38 jmc Exp $ */ /* * Miscellaneous functions @@ -183,7 +183,7 @@ const struct option options[] = { #endif { "xtrace", 'x', OF_ANY }, /* Anonymous flags: used internally by shell only - * (not visable to user) + * (not visible to user) */ { (char *) 0, 0, OF_INTERNAL }, /* FTALKING_I */ }; |