aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nisplus.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
committerJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
commitf9a57f08d1960cf7f6d898645d4e9f0ee384c0e7 (patch)
tree2ec913d2de0cecf04e92c11547a05cd175a5f66a /epan/dissectors/packet-nisplus.c
parent1cd8e8ca0c6df4cedec907b1f1c2e634f3a92a91 (diff)
Bill Meier:
Spelling fixes. svn path=/trunk/; revision=16956
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 ed2975986e..0497013b1d 100644
--- a/epan/dissectors/packet-nisplus.c
+++ b/epan/dissectors/packet-nisplus.c
@@ -932,7 +932,7 @@ static const value_string nis_error[] = {
#define NIS_NOTEMPTY 37
{ NIS_NOTEMPTY, "Attempt to remove a non-empty tbl" },
#define NIS_COLDSTART_ERR 38
- { NIS_COLDSTART_ERR, "Error accesing the cold start file" },
+ { NIS_COLDSTART_ERR, "Error accessing the cold start file" },
#define NIS_RESYNC 39
{ NIS_RESYNC, "Transaction log too far out of date" },
#define NIS_FAIL 40