Fixed a few typos (thanks to Zugschlus)
[grml-crypt.git] / grml-crypt
index 12c1f70..0b49f25 100755 (executable)
@@ -55,7 +55,7 @@ function printUsage
   cat <<EOT
 Usage: "$PROG_NAME__" [OPTIONS] action <device/file> [mountpoint]
 
-$PROG_NAME__ is a wrapper arround cryptsetup with LUKS support to format a device
+$PROG_NAME__ is a wrapper around cryptsetup with LUKS support to format a device
 
 OPTIONS:
    -s         size of the loop-filesystem to create, in MB (default=$SIZE_)
@@ -91,6 +91,7 @@ EOT
 NOTICE:
    losetup does _NOT_ work on unionfs => grml-crypt with a filesystem image does ONLY
    work if the image is on a tmpfs (eg. in /home/grml or /tmp).
+
 EOT
 
 }