From 0de1b960f42ac368414b7405a79e7933445ee8af Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 16 Dec 2003 17:01:28 +0000 Subject: [PATCH] fixed typo in ocamldoc comment --- helm/DEVEL/ocaml-http/.depend | 4 ++-- helm/DEVEL/ocaml-http/http_parser.mli | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/DEVEL/ocaml-http/.depend b/helm/DEVEL/ocaml-http/.depend index 6e584762d..0955a90ab 100644 --- a/helm/DEVEL/ocaml-http/.depend +++ b/helm/DEVEL/ocaml-http/.depend @@ -1,5 +1,5 @@ -http_client.cmo: http_client.cmi -http_client.cmx: http_client.cmi +http_client.cmo: http_common.cmi http_parser.cmi http_client.cmi +http_client.cmx: http_common.cmx http_parser.cmx http_client.cmi http_common.cmo: http_constants.cmi http_types.cmo http_common.cmi http_common.cmx: http_constants.cmx http_types.cmx http_common.cmi http_constants.cmo: http_constants.cmi diff --git a/helm/DEVEL/ocaml-http/http_parser.mli b/helm/DEVEL/ocaml-http/http_parser.mli index d95977df9..1cc7aff00 100644 --- a/helm/DEVEL/ocaml-http/http_parser.mli +++ b/helm/DEVEL/ocaml-http/http_parser.mli @@ -41,7 +41,7 @@ val parse_request_fst_line: in_channel -> meth * Neturl.url * version option (** parse 1st line of an HTTP response * @param inchan input channel from which parse response - * @raise Malformed_response + * @raise Malformed_response if first line isn't well formed *) val parse_response_fst_line: in_channel -> version * status -- 2.39.2