[grilo] core: Fix typo in error message



commit 19cfe096b3721cadb94e215235ccd4c9cf77c0a3
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Jul 25 09:40:40 2013 +0200

    core: Fix typo in error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704804

 src/grl-registry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-registry.c b/src/grl-registry.c
index 124a979..db455af 100644
--- a/src/grl-registry.c
+++ b/src/grl-registry.c
@@ -337,7 +337,7 @@ activate_plugin (GrlRegistry *registry,
     g_set_error (error,
                  GRL_CORE_ERROR,
                  GRL_CORE_ERROR_LOAD_PLUGIN_FAILED,
-                 _("Failed to initialize plugin from %so"), grl_plugin_get_filename (plugin));
+                 _("Failed to initialize plugin from %s"), grl_plugin_get_filename (plugin));
     g_module_close (grl_plugin_get_module (plugin));
     grl_plugin_set_module (plugin, NULL);
     return FALSE;


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