From 0d570e6c07a8472a61cb893a714ebb31fa2200f6 Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Mon, 12 Nov 2018 21:13:21 +0100 Subject: [PATCH] Update 00infoLCD.sh --- home.admin/00infoLCD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index a6674eb..1aec463 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -137,7 +137,7 @@ while : if [ ${#clienterror} -gt 0 ]; then l1="Waiting for ${network}d to get ready.\n" l2="---> Starting Up\n" - l3="Can take longer if devcie was off." + l3="Can take longer if device was off." isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks') if [ ${isVerifying} -gt 0 ]; then l2="---> Verifying Blocks\n"