gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fs: fix typos in mime-types


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fs: fix typos in mime-types
Date: Wed, 08 Nov 2017 22:15:25 +0100

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a3dace840 fs: fix typos in mime-types
a3dace840 is described below

commit a3dace8401c482f18bddbad37da108433c1b08c7
Author: Daniel Golle <address@hidden>
AuthorDate: Wed Nov 8 22:05:43 2017 +0100

    fs: fix typos in mime-types
    
    replace 'applixation' with 'application'.
---
 src/fs/fs_misc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/fs/fs_misc.c b/src/fs/fs_misc.c
index 1c55b30ec..b26de431c 100644
--- a/src/fs/fs_misc.c
+++ b/src/fs/fs_misc.c
@@ -43,8 +43,8 @@ GNUNET_FS_meta_data_suggest_filename (const struct 
GNUNET_CONTAINER_MetaData
     {"application/gnunet-directory", ".gnd"},
     {"application/java", ".class"},
     {"application/msword", ".doc"},
-    {"applixation/nar", ".nar"},
-    {"applixation/narinfo", ".narinfo"},
+    {"application/nar", ".nar"},
+    {"application/narinfo", ".narinfo"},
     {"application/ogg", ".ogg"},
     {"application/pdf", ".pdf"},
     {"application/pgp-keys", ".key"},
@@ -55,8 +55,8 @@ GNUNET_FS_meta_data_suggest_filename (const struct 
GNUNET_CONTAINER_MetaData
     {"application/xml", ".xml"},
     {"application/x-debian-package", ".deb"},
     {"application/x-dvi", ".dvi"},
-    {"applixation/x-flac", ".flac"},
-    {"applixation/x-gzip", ".gz"},
+    {"application/x-flac", ".flac"},
+    {"application/x-gzip", ".gz"},
     {"application/x-java-archive", ".jar"},
     {"application/x-java-vm", ".class"},
     {"application/x-python-code", ".pyc"},

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]