From 46638981d5909c89b85fda70016748942366153f Mon Sep 17 00:00:00 2001
From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Date: Thu, 9 Jun 2005 16:23:05 +0000
Subject: [PATCH] intro ==> intros

---
 helm/matita/tests/apply.ma   | 4 ++--
 helm/matita/tests/rewrite.ma | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma
index 9e8663517..d1be8262f 100644
--- a/helm/matita/tests/apply.ma
+++ b/helm/matita/tests/apply.ma
@@ -6,7 +6,7 @@ alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)".
 theorem b:
   \forall x:Prop.
   (not x) \to x \to False.
-intro.
+intros.
 apply H.
 assumption.
 qed.
@@ -19,6 +19,6 @@ theorem a:
   \forall A:Set.
   \forall x,y : A.
   not (x=y) \to not (x=y).
-intro.
+intros.
 apply H.
 qed.
diff --git a/helm/matita/tests/rewrite.ma b/helm/matita/tests/rewrite.ma
index 5bae95b10..e99d75e83 100644
--- a/helm/matita/tests/rewrite.ma
+++ b/helm/matita/tests/rewrite.ma
@@ -5,5 +5,5 @@ alias symbol "plus" (instance 0) = "natural plus".
 theorem a:
   \forall a,b:nat.
   a = b \to b + 0 = a.
-intro.
+intros.
 rewrite left H.
\ No newline at end of file
-- 
2.39.5