aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);