diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:41:37 -0800 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:41:37 -0800 |
| commit | 12c2e2d4432f2f211c5c2c94f5d70aff41efd5fe (patch) | |
| tree | da9ccbac410f07ce308abf0b1dec0fb4eee34dc3 /nova/api | |
| parent | 01f204efdf4cee1823475fd346ce6dbaca915715 (diff) | |
Correcting improper use of the word 'an'.
Change-Id: I032509539c61f2f5fda2001e2db5a3298e30c561
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/admin_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/contrib/admin_actions.py b/nova/api/openstack/compute/contrib/admin_actions.py index fa7836b37..1c053ea59 100644 --- a/nova/api/openstack/compute/contrib/admin_actions.py +++ b/nova/api/openstack/compute/contrib/admin_actions.py @@ -130,7 +130,7 @@ class AdminActionsController(wsgi.Controller): @wsgi.action('resetNetwork') def _reset_network(self, req, id, body): - """Permit admins to reset networking on an server.""" + """Permit admins to reset networking on a server.""" context = req.environ['nova.context'] authorize(context, 'resetNetwork') try: |
