aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Logic.v
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-07-10 11:13:20 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-07-10 11:13:20 +0200
commitda61ebd063b94eb1f20b5c467457f8b6a21f2707 (patch)
tree9ed166cd78fa5073079bc090448628cea4df8e70 /theories/Init/Logic.v
parentf796ad268922e167e2156de0b5beef4eeb001700 (diff)
parent1dfecb7eac5e846f882434c2f639abb56b9f81c9 (diff)
Merge PR #8028: Fix a few typos
Diffstat (limited to 'theories/Init/Logic.v')
-rw-r--r--theories/Init/Logic.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Logic.v b/theories/Init/Logic.v
index 817581cb2..9d60cf54c 100644
--- a/theories/Init/Logic.v
+++ b/theories/Init/Logic.v
@@ -459,7 +459,7 @@ Proof.
destruct e. reflexivity.
Defined.
-(** The goupoid structure of equality *)
+(** The groupoid structure of equality *)
Theorem eq_trans_refl_l : forall A (x y:A) (e:x=y), eq_trans eq_refl e = e.
Proof.