aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/prettyp.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-12 15:30:28 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-12 15:30:28 +0000
commita885a2148e4d45606c654145db5d859c4d6a223b (patch)
tree5feb549d45868e5eab7762891d0e7dc46f4e7760 /parsing/prettyp.ml
parentd30267620672a939f56fb9d6e161070bbb1112a6 (diff)
Fixing spelling: pr_coma -> pr_comma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13119 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/prettyp.ml')
-rw-r--r--parsing/prettyp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/prettyp.ml b/parsing/prettyp.ml
index 882a94ffb..cc04f8f34 100644
--- a/parsing/prettyp.ml
+++ b/parsing/prettyp.ml
@@ -69,7 +69,7 @@ let print_impl_args_by_name max = function
| [] -> mt ()
| impls ->
hov 0 (str (plural (List.length impls) "Argument") ++ spc() ++
- prlist_with_sep pr_coma pr_implicit impls ++ spc() ++
+ prlist_with_sep pr_comma pr_implicit impls ++ spc() ++
str (conjugate_to_be impls) ++ str" implicit" ++
(if max then strbrk " and maximally inserted" else mt())) ++ fnl()