]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed Typo from modfied to modified
authorTimothy Okwii <tokwii@cisco.com>
Mon, 8 Sep 2014 17:25:43 +0000 (10:25 -0700)
committermfabros <melissa.fabros@gmail.com>
Wed, 8 Oct 2014 05:15:49 +0000 (22:15 -0700)
Change-Id: Iad9515fd239b559b5c4a01b6deb33860ae79230e

bin/cinder-manage

index a5ece78be49d339943dcd6ca79324c9099305c3d..674bf40344f85ab1f4049fbb3cd24305cfe0f511 100755 (executable)
@@ -288,10 +288,10 @@ class VolumeCommands(object):
     @args('--currenthost', required=True, help='Existing volume host name')
     @args('--newhost', required=True, help='New volume host name')
     def update_host(self, currenthost, newhost):
-        """Modify the host name associated with
-        a volume.  Particularly to recover from
-        cases where one has moved their Cinder Volume
-        node, or modfied their backend_name in a
+        """Modify the host name associated with a volume.
+
+        Particularly to recover from cases where one has moved
+        their Cinder Volume node, or modified their backend_name in a
         multi-backend config.
         """
         ctxt = context.get_admin_context()