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_messages.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_messages.ml')
-rw-r--r-- | ocamldoc/odoc_messages.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_messages.ml b/ocamldoc/odoc_messages.ml index e5f684874..169e2ba36 100644 --- a/ocamldoc/odoc_messages.ml +++ b/ocamldoc/odoc_messages.ml @@ -258,7 +258,7 @@ let implicit_match_in_parameter = "Parameters contain implicit pattern matching. let unknown_extension f = "Unknown extension for file "^f^"." let two_implementations name = "There are two implementations of module "^name^"." let two_interfaces name = "There are two interfaces of module "^name^"." -let too_many_module_objects name = "There are two many interfaces/implementation of module "^name^"." +let too_many_module_objects name = "There are too many interfaces/implementation of module "^name^"." let exception_not_found_in_implementation exc m = "Exception "^exc^" was not found in implementation of module "^m^"." let type_not_found_in_implementation exc m = "Type "^exc^" was not found in implementation of module "^m^"." let module_not_found_in_implementation m m2 = "Module "^m^" was not found in implementation of module "^m2^"." |