diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-12 15:14:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-12 15:14:04 -0700 |
commit | fa4ec2847401b539f0f32edde982f251fd56cd16 (patch) | |
tree | b19d6b4b5e5fc6c63f56b107d5485269371c4458 | |
parent | 7d6175ef71f6339fae97e36c1cdae9e4f47f74d0 (diff) | |
download | perl-fa4ec2847401b539f0f32edde982f251fd56cd16.tar.gz |
Fix typo in perlmod
-rw-r--r-- | pod/perlmod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod index 02c049350b..eb66216916 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -103,7 +103,7 @@ instance. The standard but antiquated F<dumpvar.pl> library and the CPAN module Devel::Symdump make use of this. The results of creating new symbol table entries directly or modifying any -entries that are not already typeglobs are undefined and subject ot change +entries that are not already typeglobs are undefined and subject to change between releases of perl. Assignment to a typeglob performs an aliasing operation, i.e., |