]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: securityfs
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:03:58 +0000 (08:03 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:03:58 +0000 (08:03 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/tests/lxc-test-apparmor-mount

index 56d598f4cd147c48d44eadcf9029a5db33c52e24..d21c948223ff1be240c5297eee469ce30c065611 100755 (executable)
@@ -88,7 +88,7 @@ chmod 0666 "$logfile"
 
 # This would be much simpler if we could run it as
 # root.  However, in order to not have the bind mount
-# of an empty directory over the securitfs 'mount' directory
+# of an empty directory over the securityfs 'mount' directory
 # be removed, we need to do this as non-root.
 
 which newuidmap >/dev/null 2>&1 || { echo "'newuidmap' command is missing" >&2; exit 1; }