summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-10-19 17:38:00 +0300
committerDan Winship <danw@gnome.org>2013-10-19 11:49:18 -0400
commit61de24ba35b452c82ec6f672f62e78feae524e7c (patch)
tree62fec8f514036c7dea06268a60576e80591dfa3f /libnm-glib
parent72da550f68c88d7c3a7836673de950dd61e05dab (diff)
Fix typos
https://bugzilla.gnome.org/show_bug.cgi?id=710505
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/nm-device.c2
-rw-r--r--libnm-glib/nm-remote-settings.c2
-rw-r--r--libnm-glib/nm-vpn-plugin-ui-interface.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c
index f03d47cf71..05e59e504e 100644
--- a/libnm-glib/nm-device.c
+++ b/libnm-glib/nm-device.c
@@ -1454,7 +1454,7 @@ _get_udev_property (NMDevice *device,
/* Balance the initial g_udev_client_query_by_subsystem_and_name() */
g_object_unref (udev_device);
- /* Prefer the the encoded value which comes directly from the device
+ /* Prefer the encoded value which comes directly from the device
* over the hwdata database value.
*/
if (enc_value) {
diff --git a/libnm-glib/nm-remote-settings.c b/libnm-glib/nm-remote-settings.c
index 589d755653..1dbbbb832b 100644
--- a/libnm-glib/nm-remote-settings.c
+++ b/libnm-glib/nm-remote-settings.c
@@ -679,7 +679,7 @@ clear_one_hash (GHashTable *table)
/* Build up the list of connections; we can't emit "removed" during hash
* table iteration because emission of the "removed" signal may trigger code
- * that explicitly removes the the connection from the hash table somewhere
+ * that explicitly removes the connection from the hash table somewhere
* else.
*/
g_hash_table_iter_init (&iter, table);
diff --git a/libnm-glib/nm-vpn-plugin-ui-interface.h b/libnm-glib/nm-vpn-plugin-ui-interface.h
index 068d8f89fa..3c611a2a8c 100644
--- a/libnm-glib/nm-vpn-plugin-ui-interface.h
+++ b/libnm-glib/nm-vpn-plugin-ui-interface.h
@@ -68,7 +68,7 @@ typedef enum /*< flags >*/ {
/* Short display name of the VPN plugin */
#define NM_VPN_PLUGIN_UI_INTERFACE_NAME "name"
-/* Longer description of the the VPN plugin */
+/* Longer description of the VPN plugin */
#define NM_VPN_PLUGIN_UI_INTERFACE_DESC "desc"
/* D-Bus service name of the plugin's VPN service */