summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-03-26 16:19:46 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-03-26 16:19:46 +0000
commitdaaf2290aedb8ea02234c6cb9c947b2ee9d970eb (patch)
tree15d00da8222efb50317e6502d124cda5eab9f5af /bin/ksh
parent57c17d179ef6b8914348c8636ef8bc18c78affb2 (diff)
spelling
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/expand.h4
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 */