1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

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
This commit is contained in:
Daniel Veillard
2001-10-10 09:45:09 +00:00
parent 60416fa46e
commit 60087f30f3
44 changed files with 2383 additions and 2021 deletions

View File

@ -184,7 +184,7 @@ PUSH_AND_POP(static, xmlChar*, name)
* If the encoding is unspecified, in the case we find an ISO-Latin-1
* char, then the encoding converter is plugged in automatically.
*
* Returns the current char value and its lenght
* Returns the current char value and its length
*/
static int
@ -266,7 +266,7 @@ htmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) {
}
}
/*
* Assume it's a fixed lenght encoding (1) with
* Assume it's a fixed length encoding (1) with
* a compatibke encoding for the ASCII set, since
* XML constructs only use < 128 chars
*/