typos fixed by Rob Hooft
diff --git a/Lib/calendar.py b/Lib/calendar.py
index fa96278..d3fe072 100644
--- a/Lib/calendar.py
+++ b/Lib/calendar.py
@@ -1,6 +1,6 @@
 """Calendar printing functions"""
 
-# Revision 2: uses funtions from built-in time module
+# Revision 2: uses functions from built-in time module
 
 # Import functions and variables from time module
 from time import localtime, mktime