[file-roller] fixed a comment



commit 13589c26ee100a891bf394e54a9314694ed33395
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Aug 11 07:37:06 2015 +0200

    fixed a comment

 src/fr-archive-libarchive.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-archive-libarchive.c b/src/fr-archive-libarchive.c
index 28115e6..89258de 100644
--- a/src/fr-archive-libarchive.c
+++ b/src/fr-archive-libarchive.c
@@ -137,7 +137,7 @@ fr_archive_libarchive_get_capabilities (FrArchive  *archive,
                return capabilities;
        }
 
-       /* give priority to rar, unrar and that support RAR files better. */
+       /* give priority to utilities that support RAR files better. */
        if ((strcmp (mime_type, "application/x-rar") == 0)
            || (strcmp (mime_type, "application/x-cbr") == 0))
        {


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