From 1f36312b41d9804eb0fd31f1eba8deb335f46777 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 11 Nov 2004 20:29:15 +0000 Subject: [PATCH] fix spelling error --- ipmitool/lib/ipmi_bmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_bmc.c b/ipmitool/lib/ipmi_bmc.c index 3cac40b..2a8d9ae 100644 --- a/ipmitool/lib/ipmi_bmc.c +++ b/ipmitool/lib/ipmi_bmc.c @@ -67,7 +67,7 @@ const struct valstr completion_code_vals[] = { { 0xd1, "Device firmeware in update mode" }, { 0xd2, "BMC initialization in progress" }, { 0xd3, "Destination unavailable" }, - { 0xd4, "Insufficient priviledge level" }, + { 0xd4, "Insufficient privilege level" }, { 0xd5, "Command not supported in present state" }, { 0xff, "Unspecified error" }, { 0x00, NULL }