From 3e99b7b6bbbea30fe4574032d1300bf47dcddf01 Mon Sep 17 00:00:00 2001 From: Robert Mizielski Date: Thu, 10 Jul 2014 12:17:13 +0200 Subject: [PATCH] Correct misspelled word Change-Id: I1bb54e96376a23aa3b28a06ec93fd13cc9dc5438 --- cinder/volume/drivers/san/hp/hp_3par_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/san/hp/hp_3par_common.py b/cinder/volume/drivers/san/hp/hp_3par_common.py index 63f1898ed..38c67a088 100644 --- a/cinder/volume/drivers/san/hp/hp_3par_common.py +++ b/cinder/volume/drivers/san/hp/hp_3par_common.py @@ -1251,7 +1251,7 @@ class HP3PARCommon(object): host['host'] is its name, and host['capabilities'] is a dictionary of its reported capabilities. :returns (False, None) if the driver does not support migration, - (True, None) if sucessful + (True, None) if successful """ -- 2.45.2