aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-daap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-27 22:56:45 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-08-29 19:31:11 +0000
commitb8a773dddc50b4c321f060c8a4f8aa12f851f05a (patch)
tree7d8798e18c42cd0e4c1a811263c04b5d9ead7112 /epan/dissectors/packet-daap.c
parent97ade16979592a756795d667de2ff217a5a44dd4 (diff)
Fix some spelling errors in dissector strings.
A first batch of spelling errors, detected using a script that uses pyspellcheck and a Wireshark-specific dictionary file.
Diffstat (limited to 'epan/dissectors/packet-daap.c')
-rw-r--r--epan/dissectors/packet-daap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-daap.c b/epan/dissectors/packet-daap.c
index 255be50859..038407881f 100644
--- a/epan/dissectors/packet-daap.c
+++ b/epan/dissectors/packet-daap.c
@@ -724,7 +724,7 @@ proto_register_daap(void)
FT_UINT64, BASE_HEX, NULL, 0, NULL, HFILL }
},
{ &hf_daap_status,
- { "Staus", "daap.status",
+ { "Status", "daap.status",
FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }
},
{ &hf_daap_rev,