summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-07-11 12:01:54 -0600
committerKarl Williamson <khw@cpan.org>2015-07-13 12:17:41 -0600
commit9100b351e15341ed12d22822713635b0e4e2237d (patch)
tree3a856f972b36646b40d8e55d92101bf028b8ea2b
parentb92342550433b215a30d5d4b9bfe55321c69f8ac (diff)
downloadperl-9100b351e15341ed12d22822713635b0e4e2237d.tar.gz
uni/variables.t: Fix grammar in comment
-rw-r--r--t/uni/variables.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/variables.t b/t/uni/variables.t
index 0b73d5f413..d88dc8c205 100644
--- a/t/uni/variables.t
+++ b/t/uni/variables.t
@@ -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/;