[gnome-software] trivial: Fix a typo



commit cb7fca19b4e0c22af559699ea62f8e8e2f797c96
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/gs-plugin-job.c b/lib/gs-plugin-job.c
index 2c98a6b..aed67d6 100644
--- a/lib/gs-plugin-job.c
+++ b/lib/gs-plugin-job.c
@@ -371,7 +371,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]