summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-20 21:01:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-20 21:01:59 +0000
commit75d0f26dc803a00ed00b3c64f1c554f7e786fb6b (patch)
treeef9414281c0d0d03edbe81487938c123193e200a /pod/perlguts.pod
parent4f9948e420885152136d4578d2b85808a0774214 (diff)
downloadperl-75d0f26dc803a00ed00b3c64f1c554f7e786fb6b.tar.gz
Rrright.
p4raw-id: //depot/perl@15374
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index cda5285d7d..59c9fb0b08 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -843,7 +843,7 @@ stored in the C<mg_type> field. The value of C<how> should be chosen
from the set of macros C<PERL_MAGIC_foo> found perl.h. Note that before
these macros were added, Perl internals used to directly use character
literals, so you may occasionally come across old code or documentation
-referrring to 'U' magic rather than C<PERL_MAGIC_uvar> for example.
+referring to 'U' magic rather than C<PERL_MAGIC_uvar> for example.
The C<obj> argument is stored in the C<mg_obj> field of the C<MAGIC>
structure. If it is not the same as the C<sv> argument, the reference