[gnome-software] flatpak: Fix a typo in a comment



commit 3ad91dddd76ee3d448ff0cbaea6b4d82f7f9b41c
Author: Matthew Leeds <matthew leeds endlessm com>
Date:   Thu Oct 4 16:18:38 2018 -0400

    flatpak: Fix a typo in a comment

 plugins/flatpak/gs-plugin-flatpak.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/gs-plugin-flatpak.c b/plugins/flatpak/gs-plugin-flatpak.c
index 01d13606..eec3d6f0 100644
--- a/plugins/flatpak/gs-plugin-flatpak.c
+++ b/plugins/flatpak/gs-plugin-flatpak.c
@@ -894,7 +894,7 @@ gs_plugin_file_to_app (GsPlugin *plugin,
                "application/vnd.flatpak.ref",
                NULL };
 
-       /* does this match any of the mimetypes_bundle we support */
+       /* does this match any of the mimetypes we support */
        content_type = gs_utils_get_content_type (file, cancellable, error);
        if (content_type == NULL)
                return FALSE;


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