From 13a3b214e181c91fe7ef3c41a1db55fc6b9b0850 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 18 Aug 2015 12:33:48 -0700 Subject: [PATCH] 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 --- nova/cmd/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/cmd/manage.py b/nova/cmd/manage.py index 09a1e569ffe1..380c9b5c0de9 100644 --- a/nova/cmd/manage.py +++ b/nova/cmd/manage.py @@ -654,7 +654,7 @@ class NetworkCommands(object): class VmCommands(object): - """Class for mangaging VM instances.""" + """Class for managing VM instances.""" @args('--host', metavar='', help='Host') def list(self, host=None):