From: Aaron Klingaman <alk@cs.princeton.edu>
Date: Tue, 7 Dec 2004 16:20:00 +0000 (+0000)
Subject: spelling mistake in message output
X-Git-Tag: bootcd_3-0_beta1~2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=35c7662c6197e7a7dc2a78bbf951fdefc6dd57ef;p=bootcd.git

spelling mistake in message output
---

diff --git a/conf_files/pl_boot b/conf_files/pl_boot
index 4bbf1a8..1d5abab 100644
--- a/conf_files/pl_boot
+++ b/conf_files/pl_boot
@@ -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