From 46b3a2f6f036bfe9b11645d3b0de3f00aee55128 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:55:05 +0000 Subject: [PATCH] spelling: convenience Signed-off-by: Josh Soref --- src/lxc/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/utils.c b/src/lxc/utils.c index 5714a78df..be5f3ebe0 100644 --- a/src/lxc/utils.c +++ b/src/lxc/utils.c @@ -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) { -- 2.39.2