diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-10 09:45:09 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-10 09:45:09 +0000 |
| commit | 60087f30f3b4cf21de48f39181736e7d71e7a661 (patch) | |
| tree | 61b919e33deb229486e513fe4a97e34aec7a8c65 /encoding.c | |
| parent | 60416fa46e3afd3994b6b11da581c30548f0448e (diff) | |
| download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
