]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdb: fix typo in comment
authorLennart Poettering <lennart@poettering.net>
Fri, 30 Apr 2021 21:10:10 +0000 (23:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 May 2021 16:36:32 +0000 (18:36 +0200)
src/shared/userdb.c

index 0f849cc87936c51a3a05f787cfae6c03af410cf0..b09452c133e1441d4c47d4d725f7abcc1983bdc7 100644 (file)
@@ -1117,7 +1117,7 @@ int membershipdb_iterator_get(
         assert(iterator);
 
         for (;;) {
-                /* If we are iteratring through NSS acquire a new group entry if we haven't acquired one yet. */
+                /* If we are iterating through NSS acquire a new group entry if we haven't acquired one yet. */
                 if (!iterator->members_of_group) {
                         struct group *g;