aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-02-21 09:47:42 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-02-21 09:47:42 -0600
commit9e47cefaed786f2161b9def9ecd8c8f4ac2f537a (patch)
treec8c4431fa4524544ad3fa18dfd7ad2d617b2759f
parentc83536fa740c42f95a01c2a92b3f49dd4d6d800c (diff)
downloadayatana-indicator-messages-9e47cefaed786f2161b9def9ecd8c8f4ac2f537a.tar.gz
ayatana-indicator-messages-9e47cefaed786f2161b9def9ecd8c8f4ac2f537a.tar.bz2
ayatana-indicator-messages-9e47cefaed786f2161b9def9ecd8c8f4ac2f537a.zip
trivial: fix comment typo
-rw-r--r--src/status-items.c2
1 files changed, 1 insertions, 1 deletions
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);