[gnome-software] trivial: Fix typo in code comment



commit 0d1af9e9ebadb68ec2d96c439f2cf86241c94352
Author: Matthias Klumpp <matthias tenstral net>
Date:   Sat May 10 23:02:56 2014 +0200

    trivial: Fix typo in code comment

 src/plugins/gs-plugin-appstream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index 389a811..2368049 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -717,7 +717,7 @@ gs_plugin_add_categories (GsPlugin *plugin,
                        goto out;
        }
 
-       /* find ogs_plugin_as_store_changed_cbut how many packages are in each category */
+       /* find out how many packages are in each category */
        gs_profile_start (plugin->profile, "appstream::add-categories");
        array = as_store_get_apps (plugin->priv->store);
        for (l = *list; l != NULL; l = l->next) {


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