about summary refs log tree commit diff
path: root/crypt.awk
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-01-16 09:35:35 +0100
committerJuan RP <xtraeme@gmail.com>2015-01-16 09:35:35 +0100
commit15328a1ea5fa57ffcd9636998d4f9eb7ae75c0ed (patch)
tree4b3290d999c51274e92b444f0a3f8257d9d97d45 /crypt.awk
parent9cad0b82f00618bb4b6747ab9b3865579528c5db (diff)
downloadrunit-void-15328a1ea5fa57ffcd9636998d4f9eb7ae75c0ed.tar.gz
runit-void-15328a1ea5fa57ffcd9636998d4f9eb7ae75c0ed.tar.xz
runit-void-15328a1ea5fa57ffcd9636998d4f9eb7ae75c0ed.zip
Fix typo and remove redundant msg from 03-filesystems.sh.
Diffstat (limited to 'crypt.awk')
-rw-r--r--crypt.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt.awk b/crypt.awk
index 56ee2a3..b2cefdc 100644
--- a/crypt.awk
+++ b/crypt.awk
@@ -22,7 +22,7 @@ NF>4 { print "a valid crypttab has max 4 cols not " NF >"/dev/stderr"; next }
         ccmd="";
     }
     else {
-    # the option fild is not empty parse the options
+    # the option field is not empty parse the options
         dest=$1
         key=$3
         split($4, opts, ",");