Typo fix
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Nov 2011 12:40:55 +0000 (07:40 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:13 +0000 (18:05 -0500)
gio/gmenuproxy.c

index 547957f..9de0c55 100644 (file)
@@ -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.