Fix a few text-string typos

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
wmeier 2008-12-16 19:28:48 +00:00
parent 63c241e729
commit 8d6dc55797
2 changed files with 7 additions and 7 deletions

View File

@ -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}

View File

@ -68,7 +68,7 @@ static void usage(int err) {
" -p promiscuous mode\n"
" -s snapshot length\n"
" -q quiet\n"
" -d increase deug level\n"
" -d increase debug level\n"
" -h prints this message\n"
;
@ -172,7 +172,7 @@ int main(int argc, char** argv) {
dprintf(1,"starting with:\n interface: %s\n snaplen: %d\n promisc: %d"
"\n outfile: %s\n capture filter: %s\n start: %s\n stop: %s\n debug level: %d\n",
interface ? interface : "to be choosen",
interface ? interface : "to be chosen",
snaplen,
promisc,
outfile ? outfile : "** missing **",