aboutsummaryrefslogtreecommitdiffstats
path: root/tap-httpstat.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2005-05-03 02:07:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2005-05-03 02:07:26 +0000
commit32660dc86ea772e1c4ecf82cb354aa9e5c86ce86 (patch)
treef61e16f0acadd9fd82a2d82c1f517049db4de428 /tap-httpstat.c
parent4e3c0cde689203d47a813257174098b7fbfa1a1e (diff)
Fix typos in error messages.
svn path=/trunk/; revision=14286
Diffstat (limited to 'tap-httpstat.c')
-rw-r--r--tap-httpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-httpstat.c b/tap-httpstat.c
index f3201d2fc4..a61ad8646a 100644
--- a/tap-httpstat.c
+++ b/tap-httpstat.c
@@ -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);