diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-28 09:45:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-28 09:45:10 +0000 |
commit | c988472a1e9046b3f0af426331277385bb3f2257 (patch) | |
tree | c8acf1eb5f19dc63c05cb64c3391366862e87e68 /bin/ksh/c_ksh.c | |
parent | db51615edc986ca35ed9538dd9affedf3da17a9e (diff) |
typos; from Brian Poole
Diffstat (limited to 'bin/ksh/c_ksh.c')
-rw-r--r-- | bin/ksh/c_ksh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/c_ksh.c b/bin/ksh/c_ksh.c index 9459ae037d2..818b3c2686f 100644 --- a/bin/ksh/c_ksh.c +++ b/bin/ksh/c_ksh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_ksh.c,v 1.15 2002/06/09 05:47:27 todd Exp $ */ +/* $OpenBSD: c_ksh.c,v 1.16 2003/02/28 09:45:09 jmc Exp $ */ /* * built-in Korn commands: c_* @@ -361,7 +361,7 @@ c_print(wp) case '0': /* Look for an octal number: can have * three digits (not counting the - * leading 0). Truely burnt. + * leading 0). Truly burnt. */ c = 0; for (i = 0; i < 3; i++) { @@ -653,7 +653,7 @@ c_typeset(wp) break; case 'p': /* posix export/readonly -p flag. * typset -p is the same as typeset (in pdksh); - * here for compatability with ksh93. + * here for compatibility with ksh93. */ pflag = 1; break; |