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