summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-cache.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-12-29 20:42:40 +0100
committerNick Schermer <nick@xfce.org>2009-12-29 20:42:40 +0100
commit39c25c15314e8288789306b483fff927071dc63b (patch)
tree437d88529ef55192ab2c463b7ffb5464aaef2c3b /xfconf/xfconf-cache.c
parentd683d6fcaa8784a4c5df487496d0d774e2c10722 (diff)
downloadxfconf-39c25c15314e8288789306b483fff927071dc63b.tar.gz
Fix typo in comment.
Diffstat (limited to 'xfconf/xfconf-cache.c')
-rw-r--r--xfconf/xfconf-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index fefaba1..34eee6b 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -132,7 +132,7 @@ xfconf_cache_old_item_free(XfconfCacheOldItem *old_item)
g_return_if_fail(old_item);
/* debug check to make sure the call is properly handled before
- * freeing the item. it should either been canceled to we wait for
+ * freeing the item. it should either been cancelled or we wait for
* it to finish */
g_return_if_fail(!old_item->call);