mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-20 18:50:08 +03:00
Fix a few more typos ("fonction")
This commit is contained in:
parent
2a350ee9b4
commit
74a8a91fda
@ -19562,7 +19562,7 @@ Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* parser.c: Set up the fonctions comment block, boring but useful.
|
||||
* parser.c: Set up the functions comment block, boring but useful.
|
||||
* parser.h, SAX.c, parser.c: now attributes are processed through
|
||||
the SAX interface. The problem is that my SAX interface diverged
|
||||
quite a bit from the original one, well this is not an official
|
||||
@ -19571,7 +19571,7 @@ Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
|
||||
fonctions comment block, boring but useful.
|
||||
functions comment block, boring but useful.
|
||||
|
||||
Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
|
@ -27,7 +27,7 @@ extern "C" {
|
||||
* @filename: the filename or URI
|
||||
*
|
||||
* Callback used in the I/O Input API to detect if the current handler
|
||||
* can provide input fonctionnalites for this resource.
|
||||
* can provide input functionality for this resource.
|
||||
*
|
||||
* Returns 1 if yes and 0 if another Input module should be used
|
||||
*/
|
||||
@ -73,7 +73,7 @@ typedef int (XMLCALL *xmlInputCloseCallback) (void * context);
|
||||
* @filename: the filename or URI
|
||||
*
|
||||
* Callback used in the I/O Output API to detect if the current handler
|
||||
* can provide output fonctionnalites for this resource.
|
||||
* can provide output functionality for this resource.
|
||||
*
|
||||
* Returns 1 if yes and 0 if another Output module should be used
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user