summary refs log tree commit diff
path: root/crypt.awk
diff options
context:
space:
mode:
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, ",");