[gnome-software/gnome-3-26] trivial: Fix a typo



commit 8dffec084ee438cdb50040b6bfec45e804f5c227
Author: Kalev Lember <klember redhat com>
Date:   Wed Jan 10 13:58:04 2018 +0100

    trivial: Fix a typo

 lib/gs-plugin-job.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/gs-plugin-job.c b/lib/gs-plugin-job.c
index 341d5c01..4b991ed5 100644
--- a/lib/gs-plugin-job.c
+++ b/lib/gs-plugin-job.c
@@ -351,7 +351,7 @@ gs_plugin_job_set_list (GsPluginJob *self, GsAppList *list)
 {
        g_return_if_fail (GS_IS_PLUGIN_JOB (self));
        if (list == NULL)
-               g_warning ("trying to set list to NULL, not a god idea");
+               g_warning ("trying to set list to NULL, not a good idea");
        g_set_object (&self->list, list);
 }
 


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