2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-16 02:29:26 +00:00

Correct spelling mistakes

Change-Id: I752dc17e8ae3e354253614bdbd5277ca1fd67469
This commit is contained in:
Jarrod Johnson 2013-07-02 13:16:16 -04:00
parent ca22a48de5
commit 6360f2ca9e

View File

@ -38,7 +38,7 @@ rmcp_codes = {
8: "Inactive Session ID",
9: "Invalid role",
0xa: "Unauthorized role or privilege level requested",
0xb: "Insufficient resources tocreate a session at the requested role",
0xb: "Insufficient resources to create a session at the requested role",
0xc: "Invalid username length",
0xd: "Unauthorized name",
0xe: "Unauthorized GUID",
@ -63,7 +63,7 @@ command_completion_codes = {
"on this channel"),
},
(7, 0x3b): { # Set session privilege level
0x80: "User is not allowed requested priveleg level",
0x80: "User is not allowed requested privilege level",
0x81: "Requested privilege level is not allowed over this channel",
0x82: "Cannot disable user level authentication",
},