Unverified Commit 97b4e0ee by Josh Soref Committed by Christian Brauner

spelling: convenience

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent b3dfaf9e
......@@ -1378,7 +1378,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) {
......
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