summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:30:01 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:30:01 +0000
commitbbe71afd4ff59048b29b5c8b88d2fcf08491114f (patch)
treed6025d527b50116ceea5bdaa7bfe2c9bdc097123
parentc316e8e8c805c78df0ba90679f5b3b235048ef6c (diff)
Typo dans la doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1682 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--stdlib/format.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli
index a69455b38..d49da5c22 100644
--- a/stdlib/format.mli
+++ b/stdlib/format.mli
@@ -155,7 +155,7 @@ val open_vbox : int -> unit;;
When a new line is printed in the box, [d] is added to the
current indentation. *)
val open_hvbox : int -> unit;;
- (* [open_hovbox d] opens a new pretty-printing box
+ (* [open_hvbox d] opens a new pretty-printing box
with offset [d].
This box is ``horizontal-vertical'': it behaves as an
``horizontal'' box if it fits on a single line,