aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nisplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-nisplus.c')
-rw-r--r--epan/dissectors/packet-nisplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nisplus.c b/epan/dissectors/packet-nisplus.c
index 3f7df74f2e..6a5ec245c5 100644
--- a/epan/dissectors/packet-nisplus.c
+++ b/epan/dissectors/packet-nisplus.c
@@ -886,7 +886,7 @@ static const value_string nis_error[] = {
#define NIS_NAMEEXISTS 14
{ NIS_NAMEEXISTS, "Can't create over another name" },
#define NIS_NOTMASTER 15
- { NIS_NOTMASTER, "I'm justa secondaray, don't ask me" },
+ { NIS_NOTMASTER, "I'm just a secondary, don't ask me" },
#define NIS_INVALIDOBJ 16
{ NIS_INVALIDOBJ, "Object is broken somehow" },
#define NIS_BADNAME 17