summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
commit3ba031339978adf970c28b9ea35ec30c80f0838f (patch)
tree9ef41607377f0c213061848f739038ec2e0b5d30 /bin
parentfc457bc9c1e4c36f96eeb3ab77db065834c1044e (diff)
paramter -> parameter
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/tests/th6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/tests/th b/bin/ksh/tests/th
index 2358d29f79c..10c149cfbdd 100644
--- a/bin/ksh/tests/th
+++ b/bin/ksh/tests/th
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: th,v 1.12 2005/05/28 04:53:47 millert Exp $
+# $OpenBSD: th,v 1.13 2006/05/18 21:27:23 miod Exp $
#
@@ -909,7 +909,7 @@ read_test
#
if ($val !~ /^[ \t]*(\S+)[ \t]+(\S+)[ \t]+([^ \t].*)/) {
print STDERR
- "$prog:$file:$.: bad paramter line for file-setup field\n";
+ "$prog:$file:$.: bad parameter line for file-setup field\n";
return undef;
}
($type, $perm, $rest) = ($1, $2, $3);
@@ -947,7 +947,7 @@ read_test
#
if ($val !~ /^\s*(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S.*)/) {
print STDERR
- "$prog:$file:$.: bad paramter line for file-result field\n";
+ "$prog:$file:$.: bad parameter line for file-result field\n";
return undef;
}
($type, $perm, $uid, $gid, $matchType, $rest)