From 12c2e2d4432f2f211c5c2c94f5d70aff41efd5fe Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Wed, 16 Jan 2013 11:41:37 -0800 Subject: Correcting improper use of the word 'an'. Change-Id: I032509539c61f2f5fda2001e2db5a3298e30c561 --- nova/api/openstack/compute/contrib/admin_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/api') 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: -- cgit