From df88bebedf011e761d08579f167a6668d3d2660c Mon Sep 17 00:00:00 2001 From: notin Date: Wed, 23 Jan 2008 10:27:55 +0000 Subject: Typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10464 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Tactics.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Tactics.v b/theories/Init/Tactics.v index 45f239da4e..f61e9422e2 100644 --- a/theories/Init/Tactics.v +++ b/theories/Init/Tactics.v @@ -58,7 +58,7 @@ Ltac swap H := (* to contradict an hypothesis without copying its type. *) Ltac absurd_hyp h := - idtac "contradict is OBSOLETE: use contradict instead."; + idtac "absurd_hyp is OBSOLETE: use contradict instead."; let T := type of h in absurd T. -- cgit v1.2.3