From 31690f92f75a27e6daa14def94c2eb3bf6d9c4dd Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 13:42:46 +0100 Subject: [PATCH] Comment typo fix --- build.sdcard/raspbianStretchDesktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index 122081da7..660f8b382 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -28,7 +28,7 @@ if [ ${isARM} -eq 0 ]; then fi echo "OK running on Linux ARM architecture." -# keep in mind thet DietPi for Raspberry is also a stripped down Raspbian +# keep in mind that DietPi for Raspberry is also a stripped down Raspbian echo "Detect Base Image ..." baseImage="?" isDietPi=$(uname -n | grep -c 'DietPi')