summaryrefslogtreecommitdiff
path: root/epan/expert.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/expert.c')
-rw-r--r--epan/expert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/expert.c b/epan/expert.c
index c9f7c96e9d..c4d106e7f6 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -90,7 +90,7 @@ const value_string expert_group_vals[] = {
const value_string expert_severity_vals[] = {
{ PI_ERROR, "Error" },
- { PI_WARN, "Warn" },
+ { PI_WARN, "Warning" },
{ PI_NOTE, "Note" },
{ PI_CHAT, "Chat" },
{ PI_COMMENT, "Comment" },