summaryrefslogtreecommitdiff
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 71c814191b..808d532c29 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -1722,7 +1722,7 @@ dissector_add_for_decode_as(const char *name, dissector_handle_t handle)
}
/* Ensure the protocol is unique. This prevents confusion when using Decode As
- with duplicative entires */
+ with duplicative entries */
if (sub_dissectors->allow_dup_proto == DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE)
{
for (entry = sub_dissectors->dissector_handles; entry != NULL; entry = g_slist_next(entry))