Skip Menu |

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

Report information
The Basics
Id: 50811
Status: resolved
Priority: 0/
Queue: HTML-Parser

People
Owner: Nobody in particular
Requestors: salvatore.bonaccorso [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.63
Fixed in: (no value)



Subject: Small typo in hparser.c
Hi In hparser.c is is a small typo on line 1850, it is written 'endianess' instead of 'endianess'. ---(snip)--------------------------------------------- --- hparser.c (revision 46389) +++ hparser.c (working copy) @@ -1847,7 +1847,7 @@ warn("Parsing of undecoded UTF-8 will give garbage when decoding entities"); } if (utf8 && len >= 2 && strnEQ(beg, "\xFF\xFE", 2)) { - warn("Parsing string decoded with wrong endianess"); + warn("Parsing string decoded with wrong endianness"); } #endif if (!utf8 && len >= 4 && ------------------------------------------------------ Cleary not grave, thus only whishlist ;-) Many thanks for your work! Bests Salvatore
Thanks. Patch applied.