]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: ambiguous
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:45:53 +0000 (06:45 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:45:53 +0000 (06:45 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/confile.c

index e1f4266b6c93ac5d066807b20b07a22953ee9926..45095855aeaf7cdec90227d747c0cbeb56624697 100644 (file)
@@ -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.