From d63d72d0af0f9ba6a92deacb1a950b970b86bc52 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 16 Dec 2008 19:28:48 +0000 Subject: Fix a few text-string typos svn path=/trunk/; revision=27026 --- tap-radiusstat.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tap-radiusstat.c') 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} -- cgit v1.2.3