Fix comment typo
diff --git a/Lib/Cookie.py b/Lib/Cookie.py
index 8246ea0..31d59af 100644
--- a/Lib/Cookie.py
+++ b/Lib/Cookie.py
@@ -51,7 +51,7 @@
    >>> import Cookie
 
 Most of the time you start by creating a cookie.  Cookies come in
-three flavors, each with slighly different encoding semanitcs, but
+three flavors, each with slightly different encoding semantics, but
 more on that later.
 
    >>> C = Cookie.SimpleCookie()