Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 71402
Status: resolved
Priority: 0/
Queue: HTML-Tree

People
Owner: cjm [...] cpan.org
Requestors: kevin [...] ie.suberic.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 4.900-TRIAL



CC: kevin [...] ie.suberic.net
Subject: [PATCH] Fix three misspelled words.
Date: Sun, 2 Oct 2011 23:00:25 +0100
To: bug-html-tree [...] rt.cpan.org
From: Kevin Lyda <kevin [...] ie.suberic.net>
Changed apropriate, daugher and perfomance to their correct forms. --- lib/HTML/Parse.pm | 2 +- lib/HTML/Tree/AboutTrees.pod | 2 +- lib/HTML/Tree/Scanning.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/HTML/Parse.pm b/lib/HTML/Parse.pm index 2d8ec49..eec64b8 100644 --- a/lib/HTML/Parse.pm +++ b/lib/HTML/Parse.pm @@ -70,7 +70,7 @@ false. =item $HTML::Parse::WARN -Call warn() with an apropriate message for syntax errors. Default is +Call warn() with an appropriate message for syntax errors. Default is false. =back diff --git a/lib/HTML/Tree/AboutTrees.pod b/lib/HTML/Tree/AboutTrees.pod index e3bdfc7..8e27155 100644 --- a/lib/HTML/Tree/AboutTrees.pod +++ b/lib/HTML/Tree/AboutTrees.pod @@ -265,7 +265,7 @@ dry pot (sipping from empty cups, etc.), let it sit, add tea leaves, and pour in hot water, then what you're doing is performance art, not tea preparation: - perfomance + performance art / | \ serve infuse pour diff --git a/lib/HTML/Tree/Scanning.pod b/lib/HTML/Tree/Scanning.pod index 46dacd2..d845467 100644 --- a/lib/HTML/Tree/Scanning.pod +++ b/lib/HTML/Tree/Scanning.pod @@ -615,7 +615,7 @@ or, diagrammed as a part of the parse tree: . "Elvis seen in tortilla" A rule that matches these can be formalized as "look for any 'a' -element that has only one daugher node, which must be a 'b' element". +element that has only one daughter node, which must be a 'b' element". And this is what it looks like when cooked up as a C<look_down> expression and prefaced with a bit of code that retrieves the text of the given Yahoo News page and feeds it to TreeBuilder: -- 1.7.0.4
Thanks. Applied as d04285ac59.