diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:06:41 +0100 |
commit | b7b1e41b767189c1e8835fba238082ba120976b6 (patch) | |
tree | f37b363c8b0c777e668d48f1a10b3708481339e8 /ext/mro | |
parent | ed0436dcef2045079d794c497f3ca20bc041b79e (diff) | |
download | perl-b7b1e41b767189c1e8835fba238082ba120976b6.tar.gz |
Fix typos (spelling errors) in ext/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81882]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'ext/mro')
-rw-r--r-- | ext/mro/mro.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.xs b/ext/mro/mro.xs index fb28399f77..76a91ae07c 100644 --- a/ext/mro/mro.xs +++ b/ext/mro/mro.xs @@ -95,7 +95,7 @@ S_mro_get_linear_isa_c3(pTHX_ HV* stash, U32 level) if(items == 0 && AvFILLp(seqs) == -1) { /* Only one parent class. For this case, the C3 linearisation is this class followed by the parent's - inearisation, so don't bother with the expensive + linearisation, so don't bother with the expensive calculation. */ SV **svp; I32 subrv_items = AvFILLp(isa_lin) + 1; |