From 47b5ce1f1d7a371cd024597643b2de759dbb6c57 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 9 Jul 2011 03:23:49 -0400 Subject: [PATCH] fix text --- etc/rc.initial.firmware_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update index 8d16098869..f4363c6497 100755 --- a/etc/rc.initial.firmware_update +++ b/etc/rc.initial.firmware_update @@ -93,7 +93,7 @@ switch ($command) { exec("fetch -1 -w15 -a -v -o /root/firmware.tgz.md5 \"$url.md5\""); } else { echo "\n\nWARNING.\n"; - echo "\nCould not locate a MD5 file. We cannot verify the download once its done.\n\n"; + echo "\nCould not locate a MD5 file. We cannot verify the download once completed.\n\n"; sleep(15); } if(file_exists("/root/firmware.tgz.md5")) {