From 8a246228a94dcd8ae862c17cadaadaecfaae308c Mon Sep 17 00:00:00 2001 From: "Jacob \"Ulysses\" Berkman" Date: Tue, 10 Oct 2000 16:57:29 +0000 Subject: teach camel about "its" vs. "it's" 2000-10-10 Jacob "Ulysses" Berkman * camel-*.c: teach camel about "its" vs. "it's" svn path=/trunk/; revision=5819 --- camel/camel-mime-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-parser.c') diff --git a/camel/camel-mime-parser.c b/camel/camel-mime-parser.c index 08b9868912..e07bb27682 100644 --- a/camel/camel-mime-parser.c +++ b/camel/camel-mime-parser.c @@ -551,7 +551,7 @@ camel_mime_parser_content_type(CamelMimeParser *m) { struct _header_scan_state *s = _PRIVATE(m); - /* FIXME: should this search up until its found the 'right' + /* FIXME: should this search up until it's found the 'right' content-type? can it? */ if (s->parts) return s->parts->content_type; -- cgit v1.2.3