File: spelling.patch

package info (click to toggle)
libwww-mechanize-treebuilder-perl 1.10003-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 204 kB
  • ctags: 123
  • sloc: perl: 1,358; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix a spelling mistake
Origin: vendor
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95257
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-04-18

--- a/lib/WWW/Mechanize/TreeBuilder.pm
+++ b/lib/WWW/Mechanize/TreeBuilder.pm
@@ -39,7 +39,7 @@
 add attributes to the C<< <p> >> tag (such as an id or a class) it will still
 work and find the right tag.
 
-All of the methods avaiable on L<HTML::Element> (that aren't 'private' - i.e. 
+All of the methods available on L<HTML::Element> (that aren't 'private' - i.e.
 that don't begin with an underscore) such as C<look_down> or C<find> are
 automatically delegated to C<< $mech->tree >> through the magic of Moose.