aboutsummaryrefslogtreecommitdiffstats
path: root/tap-httpstat.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-03 02:07:26 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-03 02:07:26 +0000
commit7486fce873ca81fdfbb9a21f5e9dc495462203ed (patch)
treef61e16f0acadd9fd82a2d82c1f517049db4de428 /tap-httpstat.c
parente05fdd754df2cf08da7e62225a998be96a99765e (diff)
Fix typos in error messages.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14286 f5534014-38df-0310-8fa8-9805f1628bb7
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);