From 467eb67bb960c15e1335f375af29b4121ac5262b Mon Sep 17 00:00:00 2001 From: JPR Date: Wed, 22 May 2019 21:40:57 +0200 Subject: Fixing typos - Part 2 --- ide/protocol/xml_printer.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ide/protocol/xml_printer.mli') diff --git a/ide/protocol/xml_printer.mli b/ide/protocol/xml_printer.mli index 178f7c808f..4b47aa9f7c 100644 --- a/ide/protocol/xml_printer.mli +++ b/ide/protocol/xml_printer.mli @@ -16,11 +16,11 @@ type target = TChannel of out_channel | TBuffer of Buffer.t val make : target -> t (** Print the xml data structure to a source into a compact xml string (without - any user-readable formating ). *) + any user-readable formatting ). *) val print : t -> xml -> unit (** Print the xml data structure into a compact xml string (without - any user-readable formating ). *) + any user-readable formatting ). *) val to_string : xml -> string (** Print the xml data structure into an user-readable string with -- cgit v1.2.3