aboutsummaryrefslogtreecommitdiffstats
path: root/trigcap.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-16 19:28:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-16 19:28:48 +0000
commit8d6dc55797520ee74993c027fc43997222b4bb7f (patch)
treed9c3650f82dca91ead0a48cbeaa164374d7efcb1 /trigcap.c
parent63c241e729a1c8710a76eecd8c9f7a24d8d3df09 (diff)
Fix a few text-string typos
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
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 **",