summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2017-03-02 17:45:44 +0100
committerFrancesco Giudici <fgiudici@redhat.com>2017-03-24 15:18:09 +0100
commite22af1aa9e361c6b7338ef64abfd28cd3bbafccd (patch)
tree98e5f1b92d6fa1a36b9e0f08852c5c5ca5dcdbb4
parent7c4bd15ec698e960593a18bf36c8288bb011ed93 (diff)
downloadNetworkManager-e22af1aa9e361c6b7338ef64abfd28cd3bbafccd.tar.gz
nm-config: fix comment typo
-rw-r--r--src/nm-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-config.c b/src/nm-config.c
index 32faace562..cb4e0853cf 100644
--- a/src/nm-config.c
+++ b/src/nm-config.c
@@ -659,7 +659,7 @@ read_config (GKeyFile *keyfile, gboolean is_base_config, const char *dirname, co
}
/* the config-group is internal to every configuration snippets. It doesn't make sense
- * to merge the into the global configuration, and it doesn't make sense to preserve the
+ * to merge it into the global configuration, and it doesn't make sense to preserve the
* group beyond this point. */
g_key_file_remove_group (kf, NM_CONFIG_KEYFILE_GROUP_CONFIG, NULL);