From e65c94eaa25d283c74abbaa958f32c590e2c6425 Mon Sep 17 00:00:00 2001
From: Enrico Tassi <enrico.tassi@inria.fr>
Date: Mon, 13 Jun 2005 09:27:36 +0000
Subject: [PATCH] fixed error in comment

---
 helm/ocaml/xml/xmlPushParser.mli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/ocaml/xml/xmlPushParser.mli b/helm/ocaml/xml/xmlPushParser.mli
index cbad83c72..c13481c91 100644
--- a/helm/ocaml/xml/xmlPushParser.mli
+++ b/helm/ocaml/xml/xmlPushParser.mli
@@ -67,7 +67,7 @@ val create_parser: callbacks -> xml_parser
     * @raise Parse_error *)
 val parse: xml_parser -> xml_source -> unit
 
-  (** Inform the farser that parsing is completed, needed only when source is
+  (** Inform the parser that parsing is completed, needed only when source is
    * `String, for other sources it is automatically invoked when the end of file
    * is reached
    * @raise Parse_error *)
-- 
2.39.5