diff options
| author | Ed Leafe <ed@leafe.com> | 2011-01-21 10:37:21 -0500 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-01-21 10:37:21 -0500 |
| commit | 75f93d83be59a85b63a267dc22458a133c591f8e (patch) | |
| tree | 4e23cefb6c2355e603a95572a174541194f7b461 /nova/api | |
| parent | d131bcece0f14ae9124f386b814f8354f8da8ecd (diff) | |
fixed typo
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/apirequest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/apirequest.py b/nova/api/ec2/apirequest.py index c493b26eb..d8a2b5f53 100644 --- a/nova/api/ec2/apirequest.py +++ b/nova/api/ec2/apirequest.py @@ -95,7 +95,7 @@ class APIRequest(object): except AttributeError: controller = self.controller action = self.action - _error = _('Unsupported API request: controller = %(contorller)s,' + _error = _('Unsupported API request: controller = %(controller)s,' ' action = %(action)s') % locals() LOG.exception(_error) # TODO: Raise custom exception, trap in apiserver, |
