From 39ce59f955ad04d4689d82dd35029723f7e7f3cd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Nov 2011 07:40:55 -0500 Subject: [PATCH] Typo fix --- gio/gmenuproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gmenuproxy.c b/gio/gmenuproxy.c index 547957f18..9de0c5530 100644 --- a/gio/gmenuproxy.c +++ b/gio/gmenuproxy.c @@ -479,7 +479,7 @@ g_menu_proxy_group_create_item (GMenuProxyGroup *context, * We have to take care with regards to signal subscriptions (ie: * activation of the GMenuProxyPath). The signal subscription is always * established when transitioning from OFFLINE to PENDING and taken down - * when transitioning from to OFFLINE (from either PENDING or ONLINE). + * when transitioning to OFFLINE (from either PENDING or ONLINE). * * Since there are two places where we transition to OFFLINE, we split * that code out into a separate function.