From fcd9e87872d1b2b77fb0c21ab08966a96c37832f Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 5 Dec 2005 22:49:10 +0000 Subject: fixed a typo svn path=/trunk/; revision=16688 --- tethereal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tethereal.c') 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?"); } -- cgit v1.2.3