From a885a2148e4d45606c654145db5d859c4d6a223b Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 12 Jun 2010 15:30:28 +0000 Subject: Fixing spelling: pr_coma -> pr_comma git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13119 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/subtac/subtac_utils.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/subtac/subtac_utils.ml') diff --git a/plugins/subtac/subtac_utils.ml b/plugins/subtac/subtac_utils.ml index 32a1755ca..06a80f68a 100644 --- a/plugins/subtac/subtac_utils.ml +++ b/plugins/subtac/subtac_utils.ml @@ -365,7 +365,7 @@ let recursive_message v = match Array.length v with | 0 -> error "no recursive definition" | 1 -> (Printer.pr_constant (Global.env ()) v.(0) ++ str " is recursively defined") - | _ -> hov 0 (prvect_with_sep pr_coma (Printer.pr_constant (Global.env ())) v ++ + | _ -> hov 0 (prvect_with_sep pr_comma (Printer.pr_constant (Global.env ())) v ++ spc () ++ str "are recursively defined") let print_message m = -- cgit v1.2.3