From 15328a1ea5fa57ffcd9636998d4f9eb7ae75c0ed Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Jan 2015 09:35:35 +0100 Subject: Fix typo and remove redundant msg from 03-filesystems.sh. --- crypt.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt.awk') 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, ","); -- cgit 1.4.1