diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-03-19 19:26:32 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-03-19 19:26:32 +0100 |
commit | d6b2465f06951dc26e88122281665e8a4cfd938b (patch) | |
tree | ebcf8a387564ce8d24bc7e35628d9429f260407b /src/mimeutils.c | |
parent | b145a2c99d21f26809d9e6140bf7e2aa062b6b02 (diff) |
Fix typo in comment
Diffstat (limited to 'src/mimeutils.c')
-rw-r--r-- | src/mimeutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mimeutils.c b/src/mimeutils.c index 3110429..3520749 100644 --- a/src/mimeutils.c +++ b/src/mimeutils.c @@ -69,7 +69,7 @@ static const char *registered_not_used_media_types[] = { /* A few mime types that are not valid strictly-speaking (or discouraged * according to the above media type), but that we know should be valid */ static const char *valid_exceptions_mime_types[] = { - /* mail: a mail saved in a fail will have this mime type */ + /* mail: a mail saved in a file will have this mime type */ "message/rfc822", /* some multimedia mime type; it clearly doesn't respect the mime type rules, * but it's widely deployed */ |