summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-21 21:16:14 +0000
committerGerrit Code Review <review@openstack.org>2013-01-21 21:16:14 +0000
commit341d5b5e33d8e4944f8d79460606fc1dd4b9ef10 (patch)
tree96bb15a31c4082fa3b0853af3dfe50ff71bb88e4 /nova/api
parent6c70172ecbf20b946e759623c0d1404bedb27d58 (diff)
parent12c2e2d4432f2f211c5c2c94f5d70aff41efd5fe (diff)
Merge "Correcting improper use of the word 'an'."
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/compute/contrib/admin_actions.py2
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: