diff --git a/neutron/wsgi.py b/neutron/wsgi.py index 8f349a926b7..5aaaf18970e 100644 --- a/neutron/wsgi.py +++ b/neutron/wsgi.py @@ -633,7 +633,7 @@ class Resource(Application): return response def dispatch(self, request, action, action_args): - """Find action-spefic method on controller and call it.""" + """Find action-specific method on controller and call it.""" controller_method = getattr(self.controller, action) try: