From 5d2abcf7e0e913775c2dd2a3d7817cede0791460 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 21 Feb 2012 09:51:45 -0600 Subject: trivial: fix error message grammar --- src/status-items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status-items.c b/src/status-items.c index f80de1c..60533ce 100644 --- a/src/status-items.c +++ b/src/status-items.c @@ -265,7 +265,7 @@ load_status_provider (gpointer dir) module = g_module_open(provider, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); if (module == NULL) { - g_warning("Unable to module for: %s", provider); + g_warning("Unable to open module: %s", provider); goto exit_module_fail; } -- cgit v1.2.3