summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/read.t
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-10 03:48:17 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-10 03:48:17 +0000
commit3b9bf8ae609376937da44cf47d2c60d2779df46f (patch)
tree5455f6d3f2aa50f84975dff2845d8bf9ab170dac /bin/ksh/tests/read.t
parent21508a0f099fd335ee83836ed498be90c10a67b8 (diff)
spelling fixes
ok millert@
Diffstat (limited to 'bin/ksh/tests/read.t')
-rw-r--r--bin/ksh/tests/read.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/tests/read.t b/bin/ksh/tests/read.t
index ca7e3574a81..5f1b28ea119 100644
--- a/bin/ksh/tests/read.t
+++ b/bin/ksh/tests/read.t
@@ -1,4 +1,4 @@
-# $OpenBSD: read.t,v 1.2 2001/01/28 23:04:56 niklas Exp $
+# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
#
# To test:
@@ -13,7 +13,7 @@
# - a here-document isn't terminated after newline ????
# - remaining vars set to empty string (not null)
# - check field splitting
-# - left over fields and their seperators assigned to last var
+# - left over fields and their separators assigned to last var
# - exit status is normally 0
# - exit status is > 0 on eof
# - exit status > 0 on error