Commit eacf073a authored by Vincent Pelletier's avatar Vincent Pelletier

wsgi: Fix typo in comment.

parent da195075
......@@ -529,7 +529,7 @@ class Application(object):
except KeyError:
break
del path_item_list[0]
# If this raises, it means the outing dict is inconsistent.
# If this raises, it means the routing dict is inconsistent.
method_dict = path_entry_dict['method']
request_method = environ['REQUEST_METHOD']
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment