week3 evaluator fix
[lambda.git] / week5.mdwn
index a13c55e..3eed60e 100644 (file)
@@ -2,7 +2,7 @@
 
 ##The simply-typed lambda calculus##
 
-The uptyped lambda calculus is pure computation.  It is much more
+The untyped lambda calculus is pure computation.  It is much more
 common, however, for practical programming languages to be typed.
 Likewise, systems used to investigate philosophical or linguistic
 issues are almost always typed.  Types will help us reason about our