aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-misc.c
diff options
context:
space:
mode:
authorDarius Davis <darius@vmware.com>2021-02-17 22:21:27 +1000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-18 07:01:23 +0000
commitc9423a9a132beaa78e6ce916d9e161ae2ddc63fb (patch)
tree133e97370070cb41bcd6a35120bd57133d6d46e7 /epan/dissectors/packet-zbee-zcl-misc.c
parent4fd5224ecf5f5b51d3e4e5036948571649898313 (diff)
Fix some spelling errors and update word list.
Celcius -> Celsius. ammendment, framenun and untunelled (with one 'n') are in wireshark_words.txt but do not seem to be present in our codebase anymore (and are not correctly-spelled words), so AFAIK they can be removed from the list. Added a handful of words which don't seem to be in the dictionary on my host but are real words and are in the codebase. Removed two contractions which are now handled within tools/check_spelling.py .
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl-misc.c')
-rw-r--r--epan/dissectors/packet-zbee-zcl-misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-zbee-zcl-misc.c b/epan/dissectors/packet-zbee-zcl-misc.c
index daf4f406bd..41340674b2 100644
--- a/epan/dissectors/packet-zbee-zcl-misc.c
+++ b/epan/dissectors/packet-zbee-zcl-misc.c
@@ -536,11 +536,11 @@ proto_register_zbee_zcl_thermostat(void)
{ &hf_zbee_zcl_thermostat_schedule_heat,
{ "Heating Setpoint", "zbee_zcl_hvac.thermostat.heat", FT_FLOAT, BASE_NONE, NULL, 0x0,
- "Heating setpoint in degrees Celcius", HFILL }},
+ "Heating setpoint in degrees Celsius", HFILL }},
{ &hf_zbee_zcl_thermostat_schedule_cool,
{ "Cooling Setpoint", "zbee_zcl_hvac.thermostat.cool", FT_FLOAT, BASE_NONE, NULL, 0x0,
- "Cooling setpoint in degrees Celcius", HFILL }}
+ "Cooling setpoint in degrees Celsius", HFILL }}
};
/* ZCL IAS Zone subtrees */