aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-05 22:49:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-05 22:49:10 +0000
commitfcd9e87872d1b2b77fb0c21ab08966a96c37832f (patch)
tree91cf0ad1a36eb41cf15a0f8b5db23e29af69f339
parent8dab6be33cdae8861bb780f4e9085905d0a34a01 (diff)
fixed a typo
svn path=/trunk/; revision=16688
-rw-r--r--tethereal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index d0562081d6..eddcffa281 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1302,7 +1302,7 @@ main(int argc, char *argv[])
if (pc != NULL) {
if (pcap_compile(pc, &fcode, rfilter, 0, 0) != -1) {
cmdarg_err_cont(
- " Note: That display filter code looks like a valid capture filter;"
+ " Note: That display filter code looks like a valid capture filter;");
cmdarg_err_cont(
" maybe you mixed them up?");
}