From 4f2dcf82d3421de37880210e67a4b6bc3aff58ca Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 8 Sep 2022 17:05:53 +0200 Subject: [PATCH] glib-aux/trivial: fix typo in code comment (cherry picked from commit 527061ed4866eaaf122ca92a213f626a8d43af00) --- src/libnm-glib-aux/nm-keyfile-aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnm-glib-aux/nm-keyfile-aux.c b/src/libnm-glib-aux/nm-keyfile-aux.c index 1cae28b49a..20a4690f2f 100644 --- a/src/libnm-glib-aux/nm-keyfile-aux.c +++ b/src/libnm-glib-aux/nm-keyfile-aux.c @@ -442,7 +442,7 @@ nm_key_file_db_prune(NMKeyFileDB *self, _LOGD("prune keyfile of old entries: \"%s\"", self->filename); if (!self->groups_pruned) { - /* When we prune the first time, we swap the GKeyfile instance. + /* When we prune the first time, we swap the GKeyFile instance. * The instance loaded from disk might have unrelated groups and * comments. Let's get rid of them by creating a new instance. *