X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fxml%2FxmlPushParser.mli;h=c13481c91e7677d809224cdd741e46199bb8ed0d;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=cbad83c7250aa77a32d5e13516ba23ad7b052c67;hpb=59f76964d65d638f6729d8dda41afac82f7a2901;p=helm.git 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 *)