From: H.Merijn Brand Date: Mon, 7 Jun 2010 10:17:22 +0000 (+0200) Subject: Spell-check fixes in lib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb78fdcd12d30a6a41c12c697ef31593f4bc5d94;p=p5sagit%2Fp5-mst-13.2.git Spell-check fixes in lib --- diff --git a/lib/Search/Dict.pm b/lib/Search/Dict.pm index 199fa5f..5cdd2f4 100644 --- a/lib/Search/Dict.pm +++ b/lib/Search/Dict.pm @@ -35,7 +35,7 @@ If I<$fold> is true, ignore case. The default is to honour case. If there are only three arguments and the third argument is a hash reference, the keys of that hash can have values C, C, and -C or C (see below), and their correponding values will be +C or C (see below), and their corresponding values will be used as the parameters. If a comparison subroutine (comp) is defined, it must return less than zero, diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index d11b893..e30f5a7 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -147,7 +147,7 @@ I. This includes methods inherited or imported by C<$obj>, C, or C. C cannot know whether an object will be able to provide a method through -AUTOLOAD (unless the object's class has overriden C appropriately), so a +AUTOLOAD (unless the object's class has overridden C appropriately), so a return value of I does not necessarily mean the object will not be able to handle the method call. To get around this some module authors use a forward declaration (see L) for methods they will handle via AUTOLOAD. For