]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: convenience
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:55:05 +0000 (06:55 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:55:05 +0000 (06:55 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/utils.c

index 5714a78df0642f467a3a2c2c3515c812d2d2866c..be5f3ebe0799507312f6c987eb8428a733ccddfa 100644 (file)
@@ -1385,7 +1385,7 @@ bool lxc_switch_uid_gid(uid_t uid, gid_t gid)
        return true;
 }
 
-/* Simple covenience function which enables uniform logging. */
+/* Simple convenience function which enables uniform logging. */
 bool lxc_setgroups(int size, gid_t list[])
 {
        if (setgroups(size, list) < 0) {