summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-03-19 19:26:32 +0100
committerVincent Untz <vuntz@gnome.org>2010-03-19 19:26:32 +0100
commitd6b2465f06951dc26e88122281665e8a4cfd938b (patch)
treeebcf8a387564ce8d24bc7e35628d9429f260407b
parentb145a2c99d21f26809d9e6140bf7e2aa062b6b02 (diff)
downloaddesktop-file-utils-d6b2465f06951dc26e88122281665e8a4cfd938b.tar.gz
Fix typo in comment
-rw-r--r--src/mimeutils.c2
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 */