From e22af1aa9e361c6b7338ef64abfd28cd3bbafccd Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Thu, 2 Mar 2017 17:45:44 +0100 Subject: [PATCH] nm-config: fix comment typo --- src/nm-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);