aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar whitequark <whitequark@whitequark.org>2018-06-21 12:32:20 +0000
committerGravatar whitequark <whitequark@whitequark.org>2018-07-10 03:44:48 +0000
commitea19a7f2b5ae99024f6b9345afb993a859b07258 (patch)
treec0dd7b3873ca0a949827f49888561dfaeeca66b7 /theories
parenta4909dd5f8d5df773a361a7cbacefc392b7cfebd (diff)
Fix typo in Init.Logic.
Diffstat (limited to 'theories')
-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.