From: Matthias Clasen Date: Mon, 28 Nov 2011 12:40:55 +0000 (-0500) Subject: Typo fix X-Git-Tag: 2.31.4~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39ce59f955ad04d4689d82dd35029723f7e7f3cd;p=platform%2Fupstream%2Fglib.git Typo fix --- diff --git a/gio/gmenuproxy.c b/gio/gmenuproxy.c index 547957f..9de0c55 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.