[gnome-software: 13/16] gs-appstream: Fix a typo in a code comment




commit 97bc87aedee45b79b98a156e58dd7b14f588d4e4
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed May 11 13:59:07 2022 +0100

    gs-appstream: Fix a typo in a code comment
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 lib/gs-appstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/gs-appstream.c b/lib/gs-appstream.c
index 60d567e18..38cc31bb5 100644
--- a/lib/gs-appstream.c
+++ b/lib/gs-appstream.c
@@ -1662,7 +1662,7 @@ gs_appstream_add_installed (GsPlugin      *plugin,
                if (app == NULL)
                        return FALSE;
 
-               /* Can get cached gsApp, which has the state already updated */
+               /* Can get cached GsApp, which has the state already updated */
                if (gs_app_get_state (app) != GS_APP_STATE_UPDATABLE &&
                    gs_app_get_state (app) != GS_APP_STATE_UPDATABLE_LIVE)
                        gs_app_set_state (app, GS_APP_STATE_INSTALLED);


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