summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-08-14 21:56:13 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-08-17 06:57:33 -0700
commit17c7711fb65a580b5b656d78e80a361a40a27eb9 (patch)
treee3d7d5d3c7affde5fe08cc0efc0bb251c0cc44c3 /ext
parent06df4f411da424725a84d056848bce025e97af40 (diff)
downloadperl-17c7711fb65a580b5b656d78e80a361a40a27eb9.tar.gz
mro.pm: Typo
Diffstat (limited to 'ext')
-rw-r--r--ext/mro/mro.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index a0052296d5..47bb2fddf8 100644
--- a/ext/mro/mro.pm
+++ b/ext/mro/mro.pm
@@ -205,7 +205,7 @@ return C<0>. If a package stash is completely
deleted (not a normal occurrence, but it can happen
if someone does something like C<undef %PkgName::>),
the number will be reset to either C<0> or C<1>,
-depending on how completely package was wiped out.
+depending on how completely the package was wiped out.
=head2 next::method