summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-imx7/update.sh
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-04-19 17:39:27 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-24 00:51:18 +0200
commit5297f10980babd64e024a155604cbaf7139c60d5 (patch)
tree559859a6896aafdd6a69dd8705a8473ac41f6541 /recipes/images/files/colibri-imx7/update.sh
parent546fbde71bea902b8e6bc0c3e00c01aaa2a39199 (diff)
update.sh: fix some typos
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes/images/files/colibri-imx7/update.sh')
-rwxr-xr-xrecipes/images/files/colibri-imx7/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/colibri-imx7/update.sh b/recipes/images/files/colibri-imx7/update.sh
index d531b98..07b04bd 100755
--- a/recipes/images/files/colibri-imx7/update.sh
+++ b/recipes/images/files/colibri-imx7/update.sh
@@ -149,7 +149,7 @@ trap '{ printf "\033[31mScript aborted unexpectedly...\033[0m\n"; }' EXIT
sudo $LOCPATH/mkfs.ubifs --space-fixup -c ${MAXLEB} -e ${BLOCK} -m ${PAGE} -o ${BINARIES}/${IMAGEFILE} -r rootfs/ -v
echo ""
-echo "UBI image of root file system generated, coping data to target folder..."
+echo "UBI image of root file system generated, copying data to target folder..."
#make a file with the used versions for U-Boot, kernel and rootfs
sudo touch ${BINARIES}/versions.txt