diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:17:22 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:17:22 +0200 |
commit | fb78fdcd12d30a6a41c12c697ef31593f4bc5d94 (patch) | |
tree | 6e6928c5f75e179b8546f0000319bb1b6378e43a /lib/Search | |
parent | 2108160ef633eaf83b7335df0336ca1f5e0e0462 (diff) | |
download | perl-fb78fdcd12d30a6a41c12c697ef31593f4bc5d94.tar.gz |
Spell-check fixes in lib
Diffstat (limited to 'lib/Search')
-rw-r--r-- | lib/Search/Dict.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Search/Dict.pm b/lib/Search/Dict.pm index 199fa5f9b4..5cdd2f42c7 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<dict>, C<fold>, and -C<comp> or C<xfrm> (see below), and their correponding values will be +C<comp> or C<xfrm> (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, |