]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
spelling: ambiguous
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:45:53 +0000 (06:45 +0000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 22 Nov 2018 07:31:38 +0000 (08:31 +0100)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/confile.c

index 2d33900b105b19e2347f64da9795835ca1bef3b6..a6185d282d549ae3fedb91bcf1a66ed132e51cc5 100644 (file)
@@ -2983,7 +2983,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.