Fix typos in error messages.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 May 2005 02:07:26 +0000 (02:07 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 May 2005 02:07:26 +0000 (02:07 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14286 f5534014-38df-0310-8fa8-9805f1628bb7

tap-httpstat.c
tap-sipstat.c

index f3201d2fc46bb47f2a598896ff76bcff604fb636..a61ad8646a32afbae0eb2c36767ea1415ada12b2 100644 (file)
@@ -313,7 +313,7 @@ gtk_httpstat_init(char *optarg)
                /* error, we failed to attach to the tap. clean up */
                g_free(sp->filter);
                g_free(sp);
-               fprintf (stderr, "tethereal: Coulnd't register http,stat tap: %s\n",
+               fprintf (stderr, "tethereal: Couldn't register http,stat tap: %s\n",
                                error_string->str);
                g_string_free(error_string, TRUE);
                exit(1);
index 345c73f7a961cf81316dfa18a4737469bc924309..423df3ef59f322c073b90300db1d317f32de5237 100644 (file)
@@ -376,7 +376,7 @@ sipstat_init(char *optarg)
                /* error, we failed to attach to the tap. clean up */
                g_free(sp->filter);
                g_free(sp);
-               fprintf (stderr, "tethereal: Coulnd't register sip,stat tap: %s\n",
+               fprintf (stderr, "tethereal: Couldn't register sip,stat tap: %s\n",
                                error_string->str);
                g_string_free(error_string, TRUE);
                exit(1);