diff options
author | Jacob "Ulysses" Berkman <jacob@helixcode.com> | 2000-10-11 00:57:29 +0800 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2000-10-11 00:57:29 +0800 |
commit | 8a246228a94dcd8ae862c17cadaadaecfaae308c (patch) | |
tree | 1875e1addc01486e66579df1979c061b9758e470 /camel/camel-mime-parser.c | |
parent | f004642c3b8066d272957206c0ad7d8fdb963432 (diff) | |
download | gsoc2013-evolution-8a246228a94dcd8ae862c17cadaadaecfaae308c.tar.gz gsoc2013-evolution-8a246228a94dcd8ae862c17cadaadaecfaae308c.tar.zst gsoc2013-evolution-8a246228a94dcd8ae862c17cadaadaecfaae308c.zip |
teach camel about "its" vs. "it's"
2000-10-10 Jacob "Ulysses" Berkman <jacob@helixcode.com>
* camel-*.c: teach camel about "its" vs. "it's"
svn path=/trunk/; revision=5819
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; |