diff options
author | Alain Frisch <alain@frisch.fr> | 2012-10-10 09:45:11 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-10-10 09:45:11 +0000 |
commit | 57aef3bf24875211892570dc21222b8b4287972c (patch) | |
tree | ba4f1c8d3618ce8f0471d85e4c2ba8cdf52730d1 /ocamldoc/odoc_merge.ml | |
parent | 78e80bc087dc74c389631f1114a778e50f87cc93 (diff) |
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13001 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_merge.ml')
-rw-r--r-- | ocamldoc/odoc_merge.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_merge.ml b/ocamldoc/odoc_merge.ml index 310257b6b..5aefbeac2 100644 --- a/ocamldoc/odoc_merge.ml +++ b/ocamldoc/odoc_merge.ml @@ -996,7 +996,7 @@ let merge merge_options modules_list = raise (Failure (Odoc_messages.two_interfaces m.m_name)) ) | _ -> - (* two many Module.t ! *) + (* too many Module.t ! *) raise (Failure (Odoc_messages.too_many_module_objects m.m_name)) in |