aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-10 09:45:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-10 09:45:09 +0000
commit60087f30f3b4cf21de48f39181736e7d71e7a661 (patch)
tree61b919e33deb229486e513fe4a97e34aec7a8c65 /encoding.c
parent60416fa46e3afd3994b6b11da581c30548f0448e (diff)
downloadandroid_external_libxml2-60087f30f3b4cf21de48f39181736e7d71e7a661.tar.gz
android_external_libxml2-60087f30f3b4cf21de48f39181736e7d71e7a661.tar.bz2
android_external_libxml2-60087f30f3b4cf21de48f39181736e7d71e7a661.zip
preparing 2.4.6 release updated and rebuilt the docs fixed a number of
* configure.in: preparing 2.4.6 release * doc/xml.html doc/html/*: updated and rebuilt the docs * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos 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 8237450b..781d8dab 100644
--- a/encoding.c
+++ b/encoding.c
@@ -86,7 +86,7 @@ static int xmlLittleEndian = 1;
* xmlUTF8Strlen:
* @utf: a sequence of UTF-8 encoded bytes
*
- * compute the lenght of an UTF8 string, it doesn't do a full UTF8
+ * compute the length of an UTF8 string, it doesn't do a full UTF8
* checking of the content of the string.
*
* Returns the number of characters in the string or -1 in case of error