aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2006-07-06 15:16:20 +0000
committerherbelin2006-07-06 15:16:20 +0000
commitb002bbdc743a551d6f1c110b8b4f3822958dbe50 (patch)
tree2eb3fd3f9f9752346b19953b4794bf4b296f02d2
parent7643d25ed49d3ccc7b4f9a39f243d5eca4a568d2 (diff)
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9026 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--theories/Logic/ClassicalUniqueChoice.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/ClassicalUniqueChoice.v b/theories/Logic/ClassicalUniqueChoice.v
index 7b9b09ef55..1fb69d3d3d 100644
--- a/theories/Logic/ClassicalUniqueChoice.v
+++ b/theories/Logic/ClassicalUniqueChoice.v
@@ -39,7 +39,7 @@ intros A B.
apply (dependent_unique_choice A (fun _ => B)).
Qed.
-(** The followig proof comes from [ChicliPottierSimpson02] *)
+(** The following proof comes from [ChicliPottierSimpson02] *)
Require Import Setoid.