From: Josh Soref Date: Tue, 30 Oct 2018 06:55:05 +0000 (+0000) Subject: spelling: convenience X-Git-Tag: lxc-3.1.0~26^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b3a2f6f036bfe9b11645d3b0de3f00aee55128;p=thirdparty%2Flxc.git spelling: convenience Signed-off-by: Josh Soref --- 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) {