aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-12 19:40:00 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-12 19:40:00 +0000
commit0c2e57b87f2ffef41d19c7f4e130a17779d12f9b (patch)
tree08fdaff3eea502e241c5bbf32ec7c37a25dc9315 /pretyping
parent8bfc7b2ac5a4d6d218071611a5002e513e731451 (diff)
Typo in error message
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12657 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/matching.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/matching.ml b/pretyping/matching.ml
index 0b1e05de9..d034bfae0 100644
--- a/pretyping/matching.ml
+++ b/pretyping/matching.ml
@@ -65,7 +65,7 @@ let add_binders na1 na2 (names,terms as subst) =
| Name id1, Name id2 ->
if List.mem_assoc id1 names then
(Flags.if_verbose Pp.warning
- ("Collision between bound variables of name"^string_of_id id1);
+ ("Collision between bound variables of name "^string_of_id id1);
(names,terms))
else
(if List.mem_assoc id1 terms then