summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
commitf0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch)
treef9bafe25867d0323af89776288c80edb6b30c09c /bin/ksh
parent01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff)
typos from Jonathon Gray;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/tests/glob.t2
-rw-r--r--bin/ksh/tests/regress.t4
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/tests/glob.t b/bin/ksh/tests/glob.t
index b8a383c9ba1..56e016b25d6 100644
--- a/bin/ksh/tests/glob.t
+++ b/bin/ksh/tests/glob.t
@@ -19,7 +19,7 @@ description:
category: !os:os2
file-setup: dir 755 "dir"
file-setup: symlink 644 "dir/abc"
- non-existant-file
+ non-existent-file
stdin:
echo d*/*
echo d*/abc
diff --git a/bin/ksh/tests/regress.t b/bin/ksh/tests/regress.t
index c40976d614e..7c576bee601 100644
--- a/bin/ksh/tests/regress.t
+++ b/bin/ksh/tests/regress.t
@@ -1,4 +1,4 @@
-# $OpenBSD: regress.t,v 1.11 2001/01/28 23:04:56 niklas Exp $
+# $OpenBSD: regress.t,v 1.12 2003/11/08 19:17:27 jmc Exp $
#
# The first 39 of these tests are from the old Bugs script.
@@ -290,7 +290,7 @@ description:
The command
. /foo/bar
should set the exit status to non-zero (sh and at&t ksh88 do).
- XXX doting a non existant file is a fatal error for a script
+ XXX doting a non existent file is a fatal error for a script
stdin:
. does/not/exist
expected-exit: e != 0