From d792fb4a0ae3717781d4da1694eb22ee04773d0c Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Thu, 16 Mar 2017 11:31:32 -0700 Subject: meta-rcar-3 setup: typo fixes Change-Id: Idddf52fd1c894493c3c65c45a93733d5ba39f809 Signed-off-by: Martin Kelly --- meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-bsp/meta-rcar-gen3/scripts') diff --git a/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh b/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh index bd82f4e36..2a937833f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh +++ b/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh @@ -16,10 +16,10 @@ function copy_mm_packages() { unzip -o $DOWNLOAD_DIR/$ZIP_2 -d $METADIR/binary-tmp else echo -n "The graphics and multimedia acceleration packages for " - echo -e "the R-Car Gen3 board can be download from :" + echo -e "the R-Car Gen3 board can be downloaded from:" echo -e " " echo -e - echo -n "These 2 files from there should be store in your" + echo -n "These 2 files from there should be stored in your" echo -e "'$DOWNLOAD_DIR' directory." echo -e " $ZIP_1" echo -e " $ZIP_2" -- cgit 1.2.3-korg