From fbcd39c941d1d774a9bc729a6492d771e5356f92 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Sun, 8 Sep 2019 21:51:57 +0300 Subject: [PATCH] builder: Fix typos in text comments --- builder/image-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-build.sh b/builder/image-build.sh index 0706600..2d5b425 100755 --- a/builder/image-build.sh +++ b/builder/image-build.sh @@ -59,7 +59,7 @@ get_image() { echo_stamp "Downloading original clever distribution" wget --progress=dot:giga -O ${BUILD_DIR}/${RPI_ZIP_NAME} $2 echo_stamp "Downloading complete" "SUCCESS" - else echo_stamp "clever distribution already donwloaded" "INFO"; fi + else echo_stamp "Clever distribution already downloaded" "INFO"; fi echo_stamp "Unzipping clever distribution image" \ && unzip -p ${BUILD_DIR}/${RPI_ZIP_NAME} ${RPI_IMAGE_NAME} > $1 \