aboutsummaryrefslogtreecommitdiffstats
path: root/tap-radiusstat.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-16 19:28:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-16 19:28:48 +0000
commit8d6dc55797520ee74993c027fc43997222b4bb7f (patch)
treed9c3650f82dca91ead0a48cbeaa164374d7efcb1 /tap-radiusstat.c
parent63c241e729a1c8710a76eecd8c9f7a24d8d3df09 (diff)
Fix a few text-string typos
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
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}