diff options
author | jkeenan <jkeenan@cpan.org> | 2012-05-05 10:50:40 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 17:51:57 -0700 |
commit | a02807f8b3a2ace8fe1534b6875e29ce99cd38c8 (patch) | |
tree | 1e94a62489b83435dcfba45557b22b6c911c90c5 /pod | |
parent | e1193f4cd98eff9b83ec6f444767496222eae26f (diff) | |
download | perl-a02807f8b3a2ace8fe1534b6875e29ce99cd38c8.tar.gz |
Correct spelling error reported by rrt.
For RT #112772.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 994c8e9874..553f1e3fa5 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3083,8 +3083,8 @@ Perl 5.8.1 the ordering can be different even between different runs of Perl for security reasons (see L<perlsec/"Algorithmic Complexity Attacks">). -As a side effect, calling keys() resets the internal interator of the HASH or ARRAY -(see L</each>). In particular, calling keys() in void context resets +As a side effect, calling keys() resets the internal iterator of the HASH or +ARRAY (see L</each>). In particular, calling keys() in void context resets the iterator with no other overhead. Here is yet another way to print your environment: |