2
0
mirror of https://opendev.org/x/pyghmi synced 2025-04-13 16:57:46 +00:00

Fix typo in error message

The word unavailable was misspelled.

Change-Id: I53ac5b32f803aad0ffc5e24ce573e5437846a703
This commit is contained in:
Jarrod Johnson 2018-09-26 10:51:13 -04:00
parent cf1f0c25e6
commit 4a99f18023

View File

@ -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: