summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bthsp.c')
-rw-r--r--epan/dissectors/packet-bthsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthsp.c b/epan/dissectors/packet-bthsp.c
index d3bcea93d6..cb713ecec7 100644
--- a/epan/dissectors/packet-bthsp.c
+++ b/epan/dissectors/packet-bthsp.c
@@ -264,7 +264,7 @@ static const at_cmd_t at_cmds[] = {
{ "+VGM", "Gain of Microphone", check_vgm, dissect_vgm_parameter },
{ "+CKPD", "Control Keypad", check_ckpd, dissect_ckpd_parameter },
{ "ERROR", "ERROR", check_only_ag_role, dissect_no_parameter },
- { "RING", "Incomming Call Indication", check_only_ag_role, dissect_no_parameter },
+ { "RING", "Incoming Call Indication", check_only_ag_role, dissect_no_parameter },
{ "OK", "OK", check_only_ag_role, dissect_no_parameter },
{ NULL, NULL, NULL, NULL }
};