fixed a typo
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 Dec 2005 22:49:10 +0000 (22:49 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 Dec 2005 22:49:10 +0000 (22:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16688 f5534014-38df-0310-8fa8-9805f1628bb7

tethereal.c

index d0562081d61d0b8124b96248d9562c2e0c0527a4..eddcffa281c740f91fc220aa4601068bfbea1d95 100644 (file)
@@ -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?");
           }