From f9d19aa0c53a37fb921f74eac07b100ad9d06e08 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 14 Jul 2005 23:44:33 +0000 Subject: [PATCH] fix typo and simplify string --- ipmitool/lib/ipmi_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 05d3c48..c863a9e 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -42,7 +42,7 @@ const struct valstr ipmi_oem_info[] = { - { IPMI_OEM_UNKNOWN, "Unknown/Unspecifier OEM" }, + { IPMI_OEM_UNKNOWN, "Unknown" }, { IPMI_OEM_SUN , "Sun Microsystems" }, { IPMI_OEM_INTEL , "Intel Corporation" }, { IPMI_OEM_NEWISYS, "Newisys" },