aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfapi.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2024-02-25 22:46:47 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2024-02-25 22:46:47 +0000
commite0300eaed86cf1749bd1e36c474d6bb54b83975f (patch)
tree65d966582a06caabf587273eb86aac4d32c2fd4c /epan/dissectors/packet-nfapi.c
parenteb706e9b8417730e13ea0fbe83b87bb6785f7387 (diff)
Fix lots of spellings
Diffstat (limited to 'epan/dissectors/packet-nfapi.c')
-rw-r--r--epan/dissectors/packet-nfapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nfapi.c b/epan/dissectors/packet-nfapi.c
index b316f102e2..cfbf88ebd5 100644
--- a/epan/dissectors/packet-nfapi.c
+++ b/epan/dissectors/packet-nfapi.c
@@ -8563,7 +8563,7 @@ static int dissect_nfapi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, vo
msg_id = tvb_get_ntohs(tvb, 2);
message_str = val_to_str_const(msg_id, message_id_vals, "Unknown");
- // Flag if this is a vendor extention message, could do it for P4, 5, 7
+ // Flag if this is a vendor extension message, could do it for P4, 5, 7
if (msg_id >= 0x0300 && msg_id <= 0x03FF)
{
col_append_fstr(pinfo->cinfo, COL_INFO, "Vendor Extension");