]> git.proxmox.com Git - mirror_lxc.git/blobdiff - hooks/mountecryptfsroot
spelling: passphrase
[mirror_lxc.git] / 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/')