summaryrefslogtreecommitdiff
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
parent02aebb10188e2056175e8df2fc807f23b2ca571a (diff)
downloadwireshark-d63d72d0af0f9ba6a92deacb1a950b970b86bc52.tar.gz
Fix a few text-string typos
svn path=/trunk/; revision=27026
-rw-r--r--tap-radiusstat.c10
-rw-r--r--trigcap.c4
2 files changed, 7 insertions, 7 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}
diff --git a/trigcap.c b/trigcap.c
index 370bf77564..9ecce1f8cc 100644
--- a/trigcap.c
+++ b/trigcap.c
@@ -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 **",