From 348b5346f49db14dc83f93272af06be9cebc9d2c Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 25 Oct 2010 08:59:42 +0000 Subject: Fix minor typo in error message (Closes: #2408) Patch from Adam Megacz. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13577 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/proofview.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofs/proofview.ml b/proofs/proofview.ml index 23c134395b..677c739428 100644 --- a/proofs/proofview.ml +++ b/proofs/proofview.ml @@ -110,7 +110,7 @@ let focus_sublist i j l = try Util.list_chop (j-i+1) sub_right with Failure "list_chop" -> - Util.errorlabstrm "nth_unproven" (Pp.str"Not such unproven subgoal") + Util.errorlabstrm "nth_unproven" (Pp.str"No such unproven subgoal") in (sub, (left,right)) -- cgit v1.2.3