summaryrefslogtreecommitdiffstats
path: root/bin/csh/csh.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch)
tree697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/csh/csh.h
parente45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff)
downloadFreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip
FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/csh/csh.h')
-rw-r--r--bin/csh/csh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.h b/bin/csh/csh.h
index f88f622..7193dcb 100644
--- a/bin/csh/csh.h
+++ b/bin/csh/csh.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)csh.h 8.1 (Berkeley) 5/31/93
- * $Id: csh.h,v 1.5 1997/08/07 21:42:04 steve Exp $
+ * $Id: csh.h,v 1.6 1997/08/08 00:53:59 steve Exp $
*/
/*
@@ -306,7 +306,7 @@ Char *lap;
*
* Each command is parsed to a tree of command structures and
* flags are set bottom up during this process, to be propagated down
- * as needed during the semantics/exeuction pass (sh.sem.c).
+ * as needed during the semantics/execution pass (sh.sem.c).
*/
struct command {
short t_dtyp; /* Type of node */
@@ -535,7 +535,7 @@ Char **evalvec;
Char *evalp;
/* word_chars is set by default to WORD_CHARS but can be overridden by
- the worchars variable--if unset, reverts to WORD_CHARS */
+ the wordchars variable--if unset, reverts to WORD_CHARS */
Char *word_chars;
OpenPOWER on IntegriCloud