Fix typos in error messages.

svn path=/trunk/; revision=14286
This commit is contained in:
Gilbert Ramirez 2005-05-03 02:07:26 +00:00
parent 4e3c0cde68
commit 32660dc86e
2 changed files with 2 additions and 2 deletions

View 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);

View 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);