aboutsummaryrefslogtreecommitdiffstats
path: root/tap-radiusstat.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-16 19:28:48 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-16 19:28:48 +0000
commitd63d72d0af0f9ba6a92deacb1a950b970b86bc52 (patch)
treed9c3650f82dca91ead0a48cbeaa164374d7efcb1 /tap-radiusstat.c
parent02aebb10188e2056175e8df2fc807f23b2ca571a (diff)
Fix a few text-string typos
svn path=/trunk/; revision=27026
Diffstat (limited to 'tap-radiusstat.c')
-rw-r--r--tap-radiusstat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tap-radiusstat.c b/tap-radiusstat.c
index 2d6a3fc9d6..f98b9594b3 100644
--- a/tap-radiusstat.c
+++ b/tap-radiusstat.c
@@ -54,12 +54,12 @@ typedef struct _radiusstat_t {
} radiusstat_t;
static const value_string radius_message_code[] = {
- { 0, "Overall "},
- { 1, "Access "},
- { 2, "Accounting "},
- { 3, "Access Passw "},
+ { 0, "Overall "},
+ { 1, "Access "},
+ { 2, "Accounting "},
+ { 3, "Access Passw "},
{ 4, "Ascend Acce Ev"},
- { 5, "Diconnect "},
+ { 5, "Disconnect "},
{ 6, "Change Filter "},
{ 7, "Other "},
{ 0, NULL}