Fix typo
authorIan Cordasco <graffatcolmingov@gmail.com>
Sat, 12 Oct 2013 01:42:52 +0000 (20:42 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Sat, 12 Oct 2013 01:42:52 +0000 (20:42 -0500)
requests/cookies.py

index a53f2104b7c3ad4c3d48e1c4fa37b37eb1598d41..8b13d1f885d2f2f8878fe526a2bef28d11b7d091 100644 (file)
@@ -49,7 +49,7 @@ class MockRequest(object):
         # header
         if not self._r.headers.get('Host'):
             return self._r.url
-        # If they did set it, retrieve it and reconstruct the expected doain
+        # If they did set it, retrieve it and reconstruct the expected domain
         host = self._r.headers['Host']
         parsed = urlparse(self._r.url)
         # Reconstruct the URL as we expect it