aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-30 22:34:34 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-08-30 22:34:34 +0100
commit4a4e50992a8d398962dbd57d4638d67a1fb72226 (patch)
tree50248b677acf485d1c071f5ac80db9c35d508d00 /epan/dissectors/packet-btavrcp.c
parent8ee18eed206984cb4843c541f04570553defd158 (diff)
More spelling fixes, start of second pass of dissectors.
Now easier to find errors due to script improvements and more complete dictionary file.
Diffstat (limited to 'epan/dissectors/packet-btavrcp.c')
-rw-r--r--epan/dissectors/packet-btavrcp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-btavrcp.c b/epan/dissectors/packet-btavrcp.c
index f8ef1b9ae8..1335a87037 100644
--- a/epan/dissectors/packet-btavrcp.c
+++ b/epan/dissectors/packet-btavrcp.c
@@ -183,7 +183,7 @@ static int hf_btavrcp_feature_uid_persistency = -1;
static int hf_btavrcp_feature_number_of_items = -1;
static int hf_btavrcp_feature_cover_art = -1;
static int hf_btavrcp_reassembled = -1;
-static int hf_btavrcp_currect_path = -1;
+static int hf_btavrcp_current_path = -1;
static int hf_btavrcp_response_time = -1;
static int hf_btavrcp_command_in_frame = -1;
static int hf_btavrcp_response_in_frame = -1;
@@ -515,7 +515,7 @@ static const value_string play_status_vals[] = {
{ 0x01, "Playing" },
{ 0x02, "Paused" },
{ 0x03, "Forward Seek" },
- { 0x04, "Revrse Seek" },
+ { 0x04, "Reverse Seek" },
{ 0xFF, "Error" },
{ 0, NULL }
};
@@ -1890,7 +1890,7 @@ dissect_browsing(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
folder_depth = tvb_get_guint8(tvb, offset);
offset += 1;
- pitem = proto_tree_add_none_format(tree, hf_btavrcp_currect_path, tvb, offset, tvb_reported_length_remaining(tvb, offset), "Current Path: /");
+ pitem = proto_tree_add_none_format(tree, hf_btavrcp_current_path, tvb, offset, tvb_reported_length_remaining(tvb, offset), "Current Path: /");
col_append_str(pinfo->cinfo, COL_INFO, "Current Path: /");
ptree = proto_item_add_subtree(pitem, ett_btavrcp_path);
@@ -3095,8 +3095,8 @@ proto_register_btavrcp(void)
NULL, HFILL }
},
/* end of features */
- { &hf_btavrcp_currect_path,
- { "Currect Path", "btavrcp.currect_path",
+ { &hf_btavrcp_current_path,
+ { "Current Path", "btavrcp.current_path",
FT_NONE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},