From: Jim Meyering Date: Thu, 28 Sep 2006 23:08:20 +0000 (+0000) Subject: fix typo: s/dignostic/diagnostic/ X-Git-Tag: v6.3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=344c4467768879d21f90b27bad10dc98c764d349;p=thirdparty%2Fcoreutils.git fix typo: s/dignostic/diagnostic/ --- diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index 632ae1e92a..7e146d4bf4 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";