From 5297f10980babd64e024a155604cbaf7139c60d5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 19 Apr 2016 17:39:27 -0700 Subject: update.sh: fix some typos Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes/images/files/colibri-imx7/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/images/files/colibri-imx7/update.sh') 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 -- cgit v1.2.3