From 4a99f1802331548dac90d8a41c6c3b31d3df638c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 26 Sep 2018 10:51:13 -0400 Subject: [PATCH] Fix typo in error message The word unavailable was misspelled. Change-Id: I53ac5b32f803aad0ffc5e24ce573e5437846a703 --- pyghmi/ipmi/oem/lenovo/imm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index d0fc066a..5b6be2c6 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -796,7 +796,7 @@ class XCCClient(IMMClient): rsp = self.wc.grab_json_response( '/api/function/raid_conf?params=raidlink_GetStatus') if rsp['items'][0]['status'] != 2: - raise pygexc.TemporaryError('Storage configuration unavilable in ' + raise pygexc.TemporaryError('Storage configuration unavailable in ' 'current state (try boot to setup or ' 'an OS)') if not cfgspec: