diff options
Diffstat (limited to 'camel/camel-mime-parser.c')
-rw-r--r-- | camel/camel-mime-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |