aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorJason Gross2014-08-12 11:03:05 -0400
committerPierre Boutillier2014-08-25 15:22:40 +0200
commit876b1b39a0304c93c2511ca8dd34353413e91c9d (patch)
tree348c5630f0b35edf53fe4010587b61e615df03af /test-suite
parenta061b4d11fc681182b5bb946aa84d17d0b812225 (diff)
instanciation is French, instantiation is English
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/unification.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v
index 2490792948..296686e16e 100644
--- a/test-suite/success/unification.v
+++ b/test-suite/success/unification.v
@@ -101,7 +101,7 @@ apply H.
Qed.
(* Feature deactivated in commit 14189 (see commit log)
-(* Test instanciation of evars by unification *)
+(* Test instantiation of evars by unification *)
Goal (forall x, 0 + x = 0 -> True) -> True.
intros; eapply H.