diff options
author | aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-03-30 12:51:25 +0000 |
---|---|---|
committer | aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-03-30 12:51:25 +0000 |
commit | 0275dbd69b46e5ce73076552087f8cad2965a321 (patch) | |
tree | e719f946259dff0caf9d072a37d0da69c0563f6c /parsing | |
parent | c2c41a164c5eecc62995752ec9e22904cf7e7cd1 (diff) |
Typo in a message.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15105 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
-rw-r--r-- | parsing/printer.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/printer.ml b/parsing/printer.ml index dd17ee0c8..b63e804d2 100644 --- a/parsing/printer.ml +++ b/parsing/printer.ml @@ -432,7 +432,7 @@ let pr_open_subgoals () = begin match bgoals with | [] -> pr_subgoals None sigma seeds goals | _ -> pr_subgoals None bsigma seeds bgoals ++ fnl () ++ fnl () ++ - str"This subproof is complete, but there are still unfocused goals:" + str"This subproof is complete, but there are still unfocused goals." ++ fnl () (* spiwack: to stay compatible with the proof general and coqide, I use print the message after the goal. It would be better to have something like: |