From 32660dc86ea772e1c4ecf82cb354aa9e5c86ce86 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Tue, 3 May 2005 02:07:26 +0000 Subject: Fix typos in error messages. svn path=/trunk/; revision=14286 --- tap-sipstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap-sipstat.c') 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); -- cgit v1.2.3