diff --git a/ipmitool/include/ipmitool/ipmi.h b/ipmitool/include/ipmitool/ipmi.h index 9f734e4..ba79ffe 100644 --- a/ipmitool/include/ipmitool/ipmi.h +++ b/ipmitool/include/ipmitool/ipmi.h @@ -255,7 +255,7 @@ typedef enum IPMI_OEM { IPMI_OEM_MAGNUM = 5593, IPMI_OEM_TYAN = 6653, IPMI_OEM_NEWISYS = 9237, - IPMI_OEM_FUJITSU_SEIMENS = 10368, + IPMI_OEM_FUJITSU_SIEMENS = 10368, IPMI_OEM_AVOCENT = 10418, IPMI_OEM_PEPPERCON = 10437, IPMI_OEM_SUPERMICRO = 10876, diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 8b3d940..fbf8665 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -55,7 +55,7 @@ const struct valstr ipmi_oem_info[] = { { IPMI_OEM_DELL, "DELL Inc" }, { IPMI_OEM_NEC, "NEC" }, { IPMI_OEM_MAGNUM, "Magnum Technologies" }, - { IPMI_OEM_FUJITSU_SEIMENS, "Fujitsu Siemens" }, + { IPMI_OEM_FUJITSU_SIEMENS, "Fujitsu Siemens" }, { IPMI_OEM_TATUNG, "Tatung" }, { IPMI_OEM_AMI, "AMI" }, { IPMI_OEM_RARITAN, "Raritan" },