This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Class::Struct::VERSION to 0.64
[perl5.git] / lib / filetest.pm
index ed23e3f..b08f1dc 100644 (file)
@@ -71,7 +71,7 @@ of the operators is a filename, not when it is a filehandle.
 Because access() does not invoke stat() (at least not in a way visible
 to Perl), B<the stat result cache "_" is not set>.  This means that the
 outcome of the following two tests is different.  The first has the stat
-bits of C</etc/passed> in C<_>, and in the second case this still
+bits of C</etc/passwd> in C<_>, and in the second case this still
 contains the bits of C</etc>.
 
  { -d '/etc';