diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-03-26 16:19:46 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-03-26 16:19:46 +0000 |
commit | daaf2290aedb8ea02234c6cb9c947b2ee9d970eb (patch) | |
tree | 15d00da8222efb50317e6502d124cda5eab9f5af /bin/ksh | |
parent | 57c17d179ef6b8914348c8636ef8bc18c78affb2 (diff) |
spelling
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/expand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/expand.h b/bin/ksh/expand.h index 9bd9df4f61e..ed1aeb7dd4f 100644 --- a/bin/ksh/expand.h +++ b/bin/ksh/expand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.h,v 1.2 1998/06/25 19:01:56 millert Exp $ */ +/* $OpenBSD: expand.h,v 1.3 2001/03/26 16:19:45 todd Exp $ */ /* * Expanding strings @@ -12,7 +12,7 @@ Xinit(xs, xp, 128, ATEMP); /* allocate initial string */ while ((c = generate()) { - Xcheck(xs, xp); /* expand string if neccessary */ + Xcheck(xs, xp); /* expand string if necessary */ Xput(xs, xp, c); /* add character */ } return Xclose(xs, xp); /* resize string */ |