1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +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

@ -1203,7 +1203,7 @@ xmlNextChar(xmlParserCtxtPtr ctxt) {
ctxt->input->cur++;
} else {
/*
* 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
*/
@ -1262,7 +1262,7 @@ encoding_error:
* This behavior can conveniently be produced by normalizing all
* line breaks to #xA on input, before parsing.)
*
* Returns the current char value and its lenght
* Returns the current char value and its length
*/
int
@ -1355,7 +1355,7 @@ xmlCurrentChar(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
*/
@ -1399,7 +1399,7 @@ encoding_error:
* The current char value, if using UTF-8 this may actaully span multiple
* bytes in the input buffer.
*
* Returns the current char value and its lenght
* Returns the current char value and its length
*/
int
@ -1467,7 +1467,7 @@ xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar *cur, 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
*/