]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo: s/dignostic/diagnostic/
authorJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 23:08:20 +0000 (23:08 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 23:08:20 +0000 (23:08 +0000)
tests/rm/fail-eperm

index 632ae1e92adefa2e39e7768eaa4a709a68773cb8..7e146d4bf4572b9c9208b338bd5f6d1500f97173 100755 (executable)
@@ -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";