From 9e47cefaed786f2161b9def9ecd8c8f4ac2f537a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 21 Feb 2012 09:47:42 -0600 Subject: trivial: fix comment typo --- 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 8a38dda..f80de1c 100644 --- a/src/status-items.c +++ b/src/status-items.c @@ -294,7 +294,7 @@ load_status_provider (gpointer dir) /* Attach the module object to the status provider so that when the status provider is free'd the module - is close automatically. */ + is closed automatically. */ g_object_set_data_full(G_OBJECT(sprovider), "status-provider-module", module, module_destroy_in_idle); status_providers = g_list_prepend(status_providers, sprovider); -- cgit v1.2.3