[gnome-software] trivial: Fix a typo in an error string



commit 8f7ad93fa9e15fd9e03eb31894f686209d130f7a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Jan 4 04:02:42 2015 +0100

    trivial: Fix a typo in an error string

 src/gs-plugin-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 0aa0742..ac62ae7 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -1646,7 +1646,7 @@ gs_plugin_loader_search_thread_cb (GTask *task,
                g_task_return_new_error (task,
                                         GS_PLUGIN_LOADER_ERROR,
                                         GS_PLUGIN_LOADER_ERROR_NO_RESULTS,
-                                        "To many search results returned");
+                                        "Too many search results returned");
                goto out;
        }
 


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