aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
commit2d72d0d25edfd48227062c781c17cbc88da92c2b (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-bacapp.c
parentb5ae80f82749a41c0c847bf990875956a5d853a9 (diff)
Fix various typos and spelling errors (mostly in text strings)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-rw-r--r--epan/dissectors/packet-bacapp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c
index 8c71750634..a3cf022061 100644
--- a/epan/dissectors/packet-bacapp.c
+++ b/epan/dissectors/packet-bacapp.c
@@ -412,7 +412,7 @@ BACnetEngineeringUnits [] = {
{10,"Megavolt Amperes"},
{11,"Volt Amperes Reactive"},
{12,"Kilovolt Amperes Reactive"},
- {13,"Megavolt Amperes Ractive"},
+ {13,"Megavolt Amperes Reactive"},
{14,"Degrees Phase"},
{15,"Power Factor"},
{16,"Joules"},
@@ -427,7 +427,7 @@ BACnetEngineeringUnits [] = {
{25,"Cycles Per Hour"},
{26,"Cycles Per Minute"},
{27,"Hertz"},
- {28,"Gramms Of Water Per Kilogram Dry Air"},
+ {28,"Grams Of Water Per Kilogram Dry Air"},
{29,"Relative Humidity"},
{30,"Millimeters"},
{31,"Meters"},
@@ -6089,7 +6089,7 @@ proto_register_bacapp(void)
},
{ &hf_bacapp_NAK,
{ "NAK", "bacapp.NAK",
- FT_BOOLEAN, 8, NULL, 0x02, "negativ ACK", HFILL }
+ FT_BOOLEAN, 8, NULL, 0x02, "negative ACK", HFILL }
},
{ &hf_bacapp_SRV,
{ "SRV", "bacapp.SRV",