summaryrefslogtreecommitdiff
path: root/lib/NEXT
diff options
context:
space:
mode:
authorJeffrey Friedl <jfriedl@regex.info>2001-11-11 13:15:18 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-12 14:50:44 +0000
commitbd0c1add399857e6a179c22ce7b4504b0f9c65a8 (patch)
treed3171518bc3a517cf0c9ce65b5d8382c995f2fb6 /lib/NEXT
parentb341de7facb9cb80de5b9e5475f31f1536d8f2c0 (diff)
downloadperl-bd0c1add399857e6a179c22ce7b4504b0f9c65a8.tar.gz
a few typo fixes
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
Diffstat (limited to 'lib/NEXT')
-rw-r--r--lib/NEXT/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/NEXT/README b/lib/NEXT/README
index 471b2bb796..7202d00fde 100644
--- a/lib/NEXT/README
+++ b/lib/NEXT/README
@@ -25,7 +25,7 @@ DESCRIPTION
the current class -- to look for a suitable method in other
ancestors of C<$self> -- whereas C<$self->SUPER::m()> cannot.
- An particularly interesting use of redispatch is in
+ A particularly interesting use of redispatch is in
C<AUTOLOAD>'ed methods. If such a method determines that it is
not able to handle a particular call, it may choose to
redispatch that call, in the hope that some other C<AUTOLOAD>