[Xfce4-commits] <xfconf:master> Fix typo in comment.
Nick Schermer
noreply at xfce.org
Tue Dec 29 20:44:01 CET 2009
Updating branch refs/heads/master
to 39c25c15314e8288789306b483fff927071dc63b (commit)
from d683d6fcaa8784a4c5df487496d0d774e2c10722 (commit)
commit 39c25c15314e8288789306b483fff927071dc63b
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 29 20:42:40 2009 +0100
Fix typo in comment.
xfconf/xfconf-cache.c | 2 +-
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);
More information about the Xfce4-commits
mailing list