Fix typo present in "our" Archive::Tar::File but not on CPAN.
Nicholas Clark [Wed, 30 Sep 2009 15:19:25 +0000 (16:19 +0100)]
How this happened I don't know.

cpan/Archive-Tar/lib/Archive/Tar/File.pm

index ee5e120..0815bb6 100644 (file)
@@ -386,7 +386,7 @@ sub _prefix_and_file {
     my @dirs = File::Spec->splitdir( $dirs );
 
     ### so sometimes the last element is '' -- probably when trailing
-    ### dir slashes are encountered... this is is of course pointless,
+    ### dir slashes are encountered... this is of course pointless,
     ### so remove it
     pop @dirs while @dirs and not length $dirs[-1];