summaryrefslogtreecommitdiff
path: root/src/nm-config.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-18 14:13:28 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-18 14:14:07 +0200
commitaca671fff0cff70bab75259d8434b546f41bd077 (patch)
tree5eeaa8fbedff5798277ae1b55ca76cddc34098ed /src/nm-config.c
parentb01ebd7399693dc611ce07e375e1aeeb6a49ba93 (diff)
downloadNetworkManager-aca671fff0cff70bab75259d8434b546f41bd077.tar.gz
all: replace "it's" with "its" where needed
Diffstat (limited to 'src/nm-config.c')
-rw-r--r--src/nm-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-config.c b/src/nm-config.c
index ab839b83e7..bef05fc78c 100644
--- a/src/nm-config.c
+++ b/src/nm-config.c
@@ -615,7 +615,7 @@ _sort_groups_cmp (const char **pa, const char **pb, gpointer dummy)
if (a_is_connection) {
/* both are [connection.\+] entries. Reverse their order.
* One of the sections might be literally [connection]. That section
- * is special and it's order will be fixed later. It doesn't actually
+ * is special and its order will be fixed later. It doesn't actually
* matter here how it compares with [connection.\+] sections. */
return pa > pb ? -1 : 1;
}
@@ -633,7 +633,7 @@ _sort_groups_cmp (const char **pa, const char **pb, gpointer dummy)
if (a_is_device) {
/* both are [device.\+] entries. Reverse their order.
* One of the sections might be literally [device]. That section
- * is special and it's order will be fixed later. It doesn't actually
+ * is special and its order will be fixed later. It doesn't actually
* matter here how it compares with [device.\+] sections. */
return pa > pb ? -1 : 1;
}