From: Josh Soref Date: Tue, 30 Oct 2018 08:03:58 +0000 (+0000) Subject: spelling: securityfs X-Git-Tag: lxc-3.1.0~26^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c239013f8707d080599b36a56dc7fbefe9c44f67;p=thirdparty%2Flxc.git spelling: securityfs Signed-off-by: Josh Soref --- diff --git a/src/tests/lxc-test-apparmor-mount b/src/tests/lxc-test-apparmor-mount index 56d598f4c..d21c94822 100755 --- a/src/tests/lxc-test-apparmor-mount +++ b/src/tests/lxc-test-apparmor-mount @@ -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; }