summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/t30/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/files/library/t30/update.sh')
-rwxr-xr-xrecipes/images/files/library/t30/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/t30/update.sh b/recipes/images/files/library/t30/update.sh
index 21b4ac6..d92b9b7 100755
--- a/recipes/images/files/library/t30/update.sh
+++ b/recipes/images/files/library/t30/update.sh
@@ -143,7 +143,7 @@ then
exit 1
fi
-#sanity check for existens of U-Boot and kernel
+#sanity check for existence of U-Boot and kernel
[ -e ${BINARIES}/${U_BOOT_BINARY} ] || { echo "${BINARIES}/${U_BOOT_BINARY} does not exist"; exit 1; }
[ -e ${BINARIES}/uImage ] || { echo "${BINARIES}/uImage does not exist"; exit 1; }