diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
commit | 0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch) | |
tree | c9eca0fdb327e86bea07fe747313f828731215ca /print-802_11.c | |
parent | 60894fde29002aac35c5aff244b0f45c4d590413 (diff) | |
download | src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.tar.gz src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.zip |
Vendor import of tcpdump 4.3.0.vendor/tcpdump/4.3.0
Notes
Notes:
svn path=/vendor/tcpdump/dist/; revision=241211
svn path=/vendor/tcpdump/4.3.0/; revision=241212; tag=vendor/tcpdump/4.3.0
Diffstat (limited to 'print-802_11.c')
-rw-r--r-- | print-802_11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-802_11.c b/print-802_11.c index 24ab625a61e3..6f2231d7dcc5 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -485,7 +485,7 @@ static const char *auth_alg_text[]={"Open System","Shared Key","EAP"}; #define NUM_AUTH_ALGS (sizeof auth_alg_text / sizeof auth_alg_text[0]) static const char *status_text[] = { - "Succesful", /* 0 */ + "Successful", /* 0 */ "Unspecified failure", /* 1 */ "Reserved", /* 2 */ "Reserved", /* 3 */ |