Commit 46b3a2f6 by Josh Soref

spelling: convenience

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 25fa6f8c
...@@ -1385,7 +1385,7 @@ bool lxc_switch_uid_gid(uid_t uid, gid_t gid) ...@@ -1385,7 +1385,7 @@ bool lxc_switch_uid_gid(uid_t uid, gid_t gid)
return true; return true;
} }
/* Simple covenience function which enables uniform logging. */ /* Simple convenience function which enables uniform logging. */
bool lxc_setgroups(int size, gid_t list[]) bool lxc_setgroups(int size, gid_t list[])
{ {
if (setgroups(size, list) < 0) { if (setgroups(size, list) < 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment