aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-app.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
commit33c99f44fdc0b65ed2e0fecb0c34c32d4e454942 (patch)
tree5a9e06dd5f91951645bff0dd47c3d1bca8623fe8 /epan/dissectors/packet-ipmi-app.c
parent1b59a486340656572894aee6cfebc67ad5f8eff3 (diff)
Fix typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27028
Diffstat (limited to 'epan/dissectors/packet-ipmi-app.c')
-rw-r--r--epan/dissectors/packet-ipmi-app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ipmi-app.c b/epan/dissectors/packet-ipmi-app.c
index 589b36bb32..1baada3959 100644
--- a/epan/dissectors/packet-ipmi-app.c
+++ b/epan/dissectors/packet-ipmi-app.c
@@ -1086,7 +1086,7 @@ ipmi_register_app(gint proto_ipmi)
{ "Product ID",
"ipmi.app01.product", FT_UINT16, BASE_HEX, NULL, 0, "", HFILL }},
{ &hf_ipmi_app_01_fw_aux,
- { "Auxillary Firmware Revision Information",
+ { "Auxiliary Firmware Revision Information",
"ipmi.app01.fw.aux", FT_BYTES, BASE_HEX, NULL, 0, "", HFILL }},
{ &hf_ipmi_app_04_result,
@@ -1391,7 +1391,7 @@ ipmi_register_app(gint proto_ipmi)
{ "OEM ID",
"ipmi.app38.rs_oem_iana", FT_UINT24, BASE_DEC, NULL, 0, "", HFILL }},
{ &hf_ipmi_app_38_rs_oem_aux,
- { "OEM Auxillary data",
+ { "OEM Auxiliary data",
"ipmi.app38.rs_oem_aux", FT_UINT8, BASE_HEX, NULL, 0, "", HFILL }},
{ &hf_ipmi_app_39_authtype,