Fix spelling errors in POD (RT #115466)
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Jun 2016 17:27:50 +0000 (18:27 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Jun 2016 17:27:50 +0000 (18:27 +0100)
Thanks Nick Morrott <knowledgejunkie@gmail.com> for the patch.

lib/HTML/Element/Library.pm

index 6f905aab1af969bea2e66b791ba41cf47f3b5512..2ebc43e8ce4b4ea88e7b2386d36a9adb6da915e9 100644 (file)
@@ -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<HTML::Element>.
 A loltree is an arrayref consisting of arrayrefs which is used by C<<
 new_from__lol >> in L<HTML::Element> to produce HTML trees. The CPAN
 distro L<XML::Element::Tolol> creates such XML trees by parsing XML
-files, analagous to L<XML::Toolkit>. The purpose of the functions in
+files, analogous to L<XML::Toolkit>. 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
This page took 0.010975 seconds and 4 git commands to generate.