[gnome-software: 5/6] appstream: fix comment typo




commit 43b19c55450815406bf431fda014e135be17bc58
Author: Pablo Correa Gómez <ablocorrea hotmail com>
Date:   Sun Jan 9 11:46:47 2022 +0100

    appstream: fix comment typo

 plugins/core/gs-plugin-appstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/core/gs-plugin-appstream.c b/plugins/core/gs-plugin-appstream.c
index 2c7d6f416..36847e4ae 100644
--- a/plugins/core/gs-plugin-appstream.c
+++ b/plugins/core/gs-plugin-appstream.c
@@ -484,7 +484,7 @@ gs_plugin_appstream_load_appstream (GsPluginAppstream  *self,
        g_autoptr(GDir) dir = NULL;
        g_autoptr(GFile) parent = g_file_new_for_path (path);
 
-       /* parent patch does not exist */
+       /* parent path does not exist */
        if (!g_file_query_exists (parent, cancellable))
                return TRUE;
        dir = g_dir_open (path, 0, error);


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