diff options
author | Tom Christiansen <tchrist@perl.com> | 2011-02-15 21:30:06 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-15 21:30:06 -0800 |
commit | b6538e4f5df9d5d432ef57d83146309a93cfe4c1 (patch) | |
tree | 2bfc09d535860928fcd89e08d4f863bcd3286482 /mg.c | |
parent | 96090e4f0acf1d24051c680595b4740bd24cb69a (diff) | |
download | perl-b6538e4f5df9d5d432ef57d83146309a93cfe4c1.tar.gz |
multifile patch against blead/pod/*.pod
I mostly fixed spelling mistakes, some of very long standing,
but a few files got more attentive word-smithying. I've updated:
pod/perl.pod
pod/perldelta.pod
pod/perl592delta.pod
pod/perl5120delta.pod
pod/perl51310delta.pod
pod/perl5139delta.pod
pod/perlfunc.pod
pod/perlop.pod
pod/perlrebackslash.pod
pod/perlrecharclass.pod
pod/perlutil.pod
pod/perlhack.pod
pod/perlintern.pod
pod/perlnetware.pod
pod/perlpolicy.pod
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1746,7 +1746,7 @@ Perl_magic_setnkeys(pTHX_ SV *sv, MAGIC *mg) Invoke a magic method (like FETCH). -* sv and mg are the tied thinggy and the tie magic; +* sv and mg are the tied thingy and the tie magic; * meth is the name of the method to call; * argc is the number of args (in addition to $self) to pass to the method; the args themselves are any values following the argc argument. |