Fixed misc spelling mistakes.

This commit is contained in:
alopatin
2011-08-15 22:53:22 -03:00
parent 4625445d2a
commit 08a821381a
+2 -2
View File
@@ -22,7 +22,7 @@ _codes = {
# Redirection.
300: ('multiple_choices',),
301: ('moved_pemanently', 'moved'),
301: ('moved_permanently', 'moved'),
302: ('found',),
302: ('see_other', 'other'),
304: ('not_modified',),
@@ -62,7 +62,7 @@ _codes = {
499: ('client_closed_request',),
# Server Error.
500: ('iternal_server_error', 'server_error'),
500: ('internal_server_error', 'server_error'),
501: ('not_implemented',),
502: ('bad_gateway',),
503: ('service_unavailable', 'unavailable'),