summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/scripts
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-03-16 11:31:32 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-17 22:24:21 +0000
commitd792fb4a0ae3717781d4da1694eb22ee04773d0c (patch)
tree1ce947ed87bb2a02abab04330e45999caf85ac17 /meta-agl-bsp/meta-rcar-gen3/scripts
parent7b5e368590edaa9598f9dd13a156e24ac728eb16 (diff)
meta-rcar-3 setup: typo fixes
Change-Id: Idddf52fd1c894493c3c65c45a93733d5ba39f809 Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/scripts')
-rw-r--r--meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh4
1 files changed, 2 insertions, 2 deletions
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 " <http://www.renesas.com/secret/r_car_download/rcar_demoboard.jsp>"
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"