From 298c03c6f97e61269de874573d49f37aa6b2930d Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Fri, 23 Sep 2016 10:09:42 +0800 Subject: [PATCH] Fix a typo in helper.py TrivialFix.There is a spelling error in helper.py. Change-Id: I4db0389b36d87534dde4693590b2d7262a7a05e0 --- ironic/drivers/modules/ucs/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/drivers/modules/ucs/helper.py b/ironic/drivers/modules/ucs/helper.py index b27e8c1c9c..90c4e47959 100644 --- a/ironic/drivers/modules/ucs/helper.py +++ b/ironic/drivers/modules/ucs/helper.py @@ -104,7 +104,7 @@ class CiscoUcsHelper(object): def connect_ucsm(self): """Creates the UcsHandle - :raises: UcsConnectionError, if ucs helper failes to establish session + :raises: UcsConnectionError, if ucs helper fails to establish session with UCS Manager. """