diff options
Diffstat (limited to 't/op')
-rw-r--r-- | t/op/tie.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/tie.t b/t/op/tie.t index 9f71dc4148..2431271651 100644 --- a/t/op/tie.t +++ b/t/op/tie.t @@ -1139,14 +1139,14 @@ for my $sub ( tie %hash, xoufghd::, \%hash; 1; }, - # arrayes: ties before backrefs + # arrays: ties before backrefs sub { my @array; $ref = ref \@array; tie @array, xoufghd::, \@array; 1; }, - # arrayes: backrefs before ties + # arrays: backrefs before ties sub { my @array; $ref = ref \@array; |