aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-10 00:49:42 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-10 00:49:42 +0000
commitd0c9c32f64c09c699c54dc9ffb8558c297f9e08e (patch)
treea97a50d631a119c711a567d0b11afb18128fe44d /encoding.c
parente2238d5617c3f16e3f8fff16609d692064affd1e (diff)
downloadandroid_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.tar.gz
android_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.tar.bz2
android_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.zip
cleanup fix a funny typo converted the Schemas code to the new error
* Makefile.am: cleanup * encoding.c: fix a funny typo * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h: converted the Schemas code to the new error handling. PITA, still need to check output from regression tests. Daniel
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 302cf568..d38d4c9e 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1986,7 +1986,7 @@ xmlFindCharEncodingHandler(const char *name) {
}
/*
- * If nothing was found and it is "UTF-16" then use the Little indian
+ * If nothing was found and it is "UTF-16" then use the Little endian
* version.
*/
if ((xmlStrEqual(BAD_CAST upper, BAD_CAST "UTF-16")) ||