[gnome-initial-setup/shell/4765: 193/362] network: fix a typo in a comment introduced in the previous commit



commit e87e14dbce78c754ff2148af9d4865be0535fc36
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Thu Sep 4 17:14:15 2014 +0100

    network: fix a typo in a comment introduced in the previous commit
    
    [endlessm/eos-shell#3563]

 .../pages/network/gis-network-page.c               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/network/gis-network-page.c 
b/gnome-initial-setup/pages/network/gis-network-page.c
index 2729a4c..ccc9bad 100644
--- a/gnome-initial-setup/pages/network/gis-network-page.c
+++ b/gnome-initial-setup/pages/network/gis-network-page.c
@@ -399,7 +399,7 @@ refresh_wireless_list (GisNetworkPage *page)
 
     if (active_ap && nm_device_get_state (priv->nm_device) == NM_DEVICE_STATE_ACTIVATED) {
       /* Toggling the 'Skip' button off before disabling it will ensure that the network
-         list widget is enabled, due to the property bindings the button and the list. */
+         list widget is enabled, due to the property binding the button and the list. */
       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->skip_button), FALSE);
       gtk_widget_set_sensitive (priv->skip_button, FALSE);
     } else {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]