summaryrefslogtreecommitdiff
path: root/tests/rm/fail-eperm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-28 23:08:20 +0000
committerJim Meyering <jim@meyering.net>2006-09-28 23:08:20 +0000
commit344c4467768879d21f90b27bad10dc98c764d349 (patch)
treec39de7f79060d222ee9b4296d4d5fe45e9cd0852 /tests/rm/fail-eperm
parentf2d5658c08733d5adabcf88d0123414a3656d718 (diff)
downloadcoreutils-344c4467768879d21f90b27bad10dc98c764d349.tar.xz
fix typo: s/dignostic/diagnostic/
Diffstat (limited to 'tests/rm/fail-eperm')
-rwxr-xr-xtests/rm/fail-eperm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm
index 632ae1e92..7e146d4bf 100755
--- a/tests/rm/fail-eperm
+++ b/tests/rm/fail-eperm
@@ -115,7 +115,7 @@ foreach my $dir (@dir_list)
my $regex = quotemeta $exp;
$line =~ /^$regex/
- or die "$ME: unexpected dignostic from `$cmd';\n"
+ or die "$ME: unexpected diagnostic from `$cmd';\n"
. " got $line"
. " expected $exp ...\n";