summaryrefslogtreecommitdiff
path: root/contrib/rtauto/refl_tauto.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rtauto/refl_tauto.ml')
-rw-r--r--contrib/rtauto/refl_tauto.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/rtauto/refl_tauto.ml b/contrib/rtauto/refl_tauto.ml
index a1f5e5aa..81256f4a 100644
--- a/contrib/rtauto/refl_tauto.ml
+++ b/contrib/rtauto/refl_tauto.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: refl_tauto.ml 9154 2006-09-20 17:18:18Z corbinea $ *)
+(* $Id: refl_tauto.ml 10478 2008-01-29 10:31:39Z notin $ *)
module Search = Explore.Make(Proof_search)
@@ -292,7 +292,7 @@ let rtauto_tac gls=
let prf =
try project (search_fun (init_state [] formula))
with Not_found ->
- errorlabstrm "rtauto" (Pp.str "rtauto could'nt find any proof") in
+ errorlabstrm "rtauto" (Pp.str "rtauto couldn't find any proof") in
let search_end_time = System.get_time () in
let _ = if !verbose then
begin