This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
uni/variables.t: Fix grammar in comment
authorKarl Williamson <khw@cpan.org>
Sat, 11 Jul 2015 18:01:54 +0000 (12:01 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 13 Jul 2015 18:17:41 +0000 (12:17 -0600)
t/uni/variables.t

index 0b73d5f..d88dc8c 100644 (file)
@@ -237,7 +237,7 @@ for ( 0x0 .. 0xff ) {
         if ($chr =~ /[#*]/) {
 
             # Length-1 variables with these two characters used to be used by
-            # Perl, but now their generates a warning that they're gone.
+            # Perl, but now it generates a warning that they're gone.
             # Ignore such warnings.
             for (my $i = @warnings - 1; $i >= 0; $i--) {
                 splice @warnings, $i, 1 if $warnings[$i] =~ /is no longer supported/;