From 8d47350bea9adbff9d9c97cbe84567cc39de0ee1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:45:53 +0000 Subject: [PATCH] spelling: ambiguous Signed-off-by: Josh Soref --- src/lxc/confile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.