]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
spelling: passphrase
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:45:15 +0000 (07:45 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:45:15 +0000 (07:45 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
hooks/mountecryptfsroot

index 15bb2ea170ee272c6cf769e8041750c2aa996776..cb5a66b140596745d458c697842a1ba1f0558ae3 100755 (executable)
@@ -39,7 +39,7 @@
 #     container as normal.
 #     a. echo none | ecryptfs-add-passphrase
 #     b. lxc-start -n q1
-#  Note that you may well want to use a wrapped passhrase (see the ecryptfs-wrap-passphrase(1) manual page).
+#  Note that you may well want to use a wrapped passphrase (see the ecryptfs-wrap-passphrase(1) manual page).
 
 set -e
 ecryptfs_crypt=$(echo $LXC_ROOTFS_PATH | sed 's/rootfs$/rootfs.crypt/')