[libxml2] Fix a few more typos ("fonction")



commit 74a8a91fdab1802f5c49aa1b507cbd9aec4e2ce7
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Mon Sep 30 17:58:59 2019 +0200

    Fix a few more typos ("fonction")

 ChangeLog              | 4 ++--
 include/libxml/xmlIO.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e31a9d37..b3f3fc1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
diff --git a/include/libxml/xmlIO.h b/include/libxml/xmlIO.h
index 993ae87c..8690d668 100644
--- a/include/libxml/xmlIO.h
+++ b/include/libxml/xmlIO.h
@@ -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
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]