aboutsummaryrefslogtreecommitdiffstats
path: root/trigcap.c
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 /trigcap.c
parent02aebb10188e2056175e8df2fc807f23b2ca571a (diff)
Fix a few text-string typos
svn path=/trunk/; revision=27026
Diffstat (limited to 'trigcap.c')
-rw-r--r--trigcap.c4
1 files changed, 2 insertions, 2 deletions
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 **",