aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.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-sipstat.c
parent4e3c0cde689203d47a813257174098b7fbfa1a1e (diff)
Fix typos in error messages.
svn path=/trunk/; revision=14286
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r--tap-sipstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-sipstat.c b/tap-sipstat.c
index 345c73f7a9..423df3ef59 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -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);