aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nisplus.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
commitc0e92cbc0495362413ae2aec0ba5a01d38708827 (patch)
treefa7369f1e31dc5b2b27473e8b675c1352a9e85ad /epan/dissectors/packet-nisplus.c
parent3bb0df12f5425be7d80bb3612b8bd95ecf8402e4 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27065
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