From: Josh Soref Date: Tue, 30 Oct 2018 06:45:53 +0000 (+0000) Subject: spelling: ambiguous X-Git-Tag: lxc-3.1.0~26^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d47350bea9adbff9d9c97cbe84567cc39de0ee1;p=thirdparty%2Flxc.git spelling: ambiguous Signed-off-by: Josh Soref --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index e1f4266b6..45095855a 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -3186,7 +3186,7 @@ static int get_config_selinux_context(const char *key, char *retv, int inlen, /* If you ask for a specific cgroup value, i.e. lxc.cgroup.devices.list, then * just the value(s) will be printed. Since there still could be more than one, * it is newline-separated. - * (Maybe that's ambigous, since some values, i.e. devices.list, will already + * (Maybe that's ambiguous, since some values, i.e. devices.list, will already * have newlines?) * If you ask for 'lxc.cgroup", then all cgroup entries will be printed, in * 'lxc.cgroup.subsystem.key = value' format.