fix typos
authorAnders Mörtberg <andersmortberg@gmail.com>
Tue, 30 May 2017 10:35:57 +0000 (12:35 +0200)
committerAnders Mörtberg <andersmortberg@gmail.com>
Tue, 30 May 2017 10:35:57 +0000 (12:35 +0200)
lectures/lecture3.ctt

index 7465e595555c041c1afa3147510f11bae8aecfc5..584dc0df2a037981e4a566a0710c33a1adcfcf47 100644 (file)
@@ -40,7 +40,7 @@ ex (A : U) (a b : A) (p : Path A a b) :
 {-
 
 In the above example the k = 0 face of the cube was omitted. The
-reason is because of "uniformity" of compisitions, this means that
+reason is because of "uniformity" of compositions, this means that
 comp has to commute with substitutions (like any other operation in
 type theory).
 
@@ -166,7 +166,7 @@ isProp (A : U) : U = (x y : A) -> Path A x y
 
 
 -- A type of h-level 2 is called a "set" and in such a type all of the
--- equalities between elements are equal. This propoerty is usually
+-- equalities between elements are equal. This property is usually
 -- called UIP, "uniqueness of identity types", and a very important
 -- theorem is Hedberg's theorem which says that types with decidable
 -- equality satisfy UIP (so nat, bool, etc. are all sets).