nova-manage: fix typo in docstring about mangaging

I don't know what mangaging is, but I don't think it's this.

Normally this is a super nit, but it's something that shows up in the
API docs so we might as well clean it up since it's public facing.

Change-Id: If2465381fe74a3807a26d8c99c1dc6822cd97671
This commit is contained in:
Matt Riedemann 2015-08-18 12:33:48 -07:00
parent 9f9802eebd
commit 13a3b214e1

View File

@ -654,7 +654,7 @@ class NetworkCommands(object):
class VmCommands(object):
"""Class for mangaging VM instances."""
"""Class for managing VM instances."""
@args('--host', metavar='<host>', help='Host')
def list(self, host=None):