diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 16:21:54 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 16:21:54 -0700 |
commit | 8be25b25ab428ad34478e28e10266a0d15277eeb (patch) | |
tree | 536656ec5cf6ec56ebd31ca8ae22a5459b5927cf /t/op | |
parent | 764ff8a933e63591426a2e7aedc4e48dc4648a7d (diff) | |
download | perl-8be25b25ab428ad34478e28e10266a0d15277eeb.tar.gz |
tie.t: typos
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; |