spelling mistake in message output
authorAaron Klingaman <alk@cs.princeton.edu>
Tue, 7 Dec 2004 16:20:00 +0000 (16:20 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Tue, 7 Dec 2004 16:20:00 +0000 (16:20 +0000)
conf_files/pl_boot

index 4bbf1a8..1d5abab 100644 (file)
@@ -94,7 +94,7 @@ while true; do
        continue
     fi 
 
-    echo "pl_boot: verifing downloaded script"
+    echo "pl_boot: verifying downloaded script"
     rm -f $VERIFIED_SCRIPT
     $GPG_CMD 2> /tmp/gpg_errors
     if [ $? -ne 0 ]; then