glib-aux/trivial: fix typo in code comment

This commit is contained in:
Thomas Haller 2022-09-08 17:05:53 +02:00
parent f1c1d93bc5
commit 527061ed48
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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.
*