From: Timothy Okwii Date: Mon, 8 Sep 2014 17:25:43 +0000 (-0700) Subject: Fixed Typo from modfied to modified X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a77eef37e8d18d14b11c6b2063f3b1fb857ee147;p=openstack-build%2Fcinder-build.git Fixed Typo from modfied to modified Change-Id: Iad9515fd239b559b5c4a01b6deb33860ae79230e --- diff --git a/bin/cinder-manage b/bin/cinder-manage index a5ece78be..674bf4034 100755 --- a/bin/cinder-manage +++ b/bin/cinder-manage @@ -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()