From: Marius Gavrilescu Date: Sat, 25 Jun 2016 17:27:50 +0000 (+0100) Subject: Fix spelling errors in POD (RT #115466) X-Git-Tag: 5.220000~3 X-Git-Url: http://git.ieval.ro/?p=html-element-library.git;a=commitdiff_plain;h=e0dfa7be65c0072eff275132235091d71b40c4d7 Fix spelling errors in POD (RT #115466) Thanks Nick Morrott for the patch. --- diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 6f905aa..2ebc43e 100644 --- a/lib/HTML/Element/Library.pm +++ b/lib/HTML/Element/Library.pm @@ -883,7 +883,7 @@ we have a hashref whose keys are the same: my %data = (people_id => 888, phone => '444-4444', password => 'dont-you-dare-render'); Then a single API call allows us to populate the HTML while excluding -those ones we dont: +those ones we don't: $tree->hashmap(smap => \%data, ['password']); @@ -1735,7 +1735,7 @@ L. A loltree is an arrayref consisting of arrayrefs which is used by C<< new_from__lol >> in L to produce HTML trees. The CPAN distro L creates such XML trees by parsing XML -files, analagous to L. The purpose of the functions in +files, analogous to L. The purpose of the functions in this section is to allow you manipulate a loltree programmatically. These could not be methods because if you bless a loltree, then