summaryrefslogtreecommitdiff
path: root/bin/ed/test/ckscripts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/test/ckscripts.sh')
-rw-r--r--bin/ed/test/ckscripts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh
index cb7a3cc811f..b401a79058e 100644
--- a/bin/ed/test/ckscripts.sh
+++ b/bin/ed/test/ckscripts.sh
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: ckscripts.sh,v 1.2 1996/06/23 14:20:07 deraadt Exp $
+# $OpenBSD: ckscripts.sh,v 1.3 1998/07/12 03:49:08 todd Exp $
# $NetBSD: ckscripts.sh,v 1.9 1995/04/23 10:07:34 cgd Exp $
#
# This script runs the .ed scripts generated by mkscripts.sh
@@ -19,7 +19,7 @@ for i in *.red; do
fi
done >errs.o 2>&1
-# Run the remainding scripts; they exit with zero status
+# Run the remaining scripts; they exit with zero status
for i in *.ed; do
# base=`expr $i : '\([^.]*\)'`
# base=`echo $i | sed 's/\..*//'`