From 66395c23f916737a5d6dce9d2128e2fc0ad8cb5b Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 21 Jun 2016 19:55:20 +0100 Subject: [PATCH] tools: Fix typos --- tools/RPi/gen-rpi-kodi-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/RPi/gen-rpi-kodi-patch.sh b/tools/RPi/gen-rpi-kodi-patch.sh index 444a45bb59..48ec2ab569 100755 --- a/tools/RPi/gen-rpi-kodi-patch.sh +++ b/tools/RPi/gen-rpi-kodi-patch.sh @@ -42,7 +42,7 @@ rm -fr raspberrypi-kodi # If we have a persisted version of the repo, quickly copy it if [ -d raspberrypi-kodi.stash ]; then - echo "Copying raspberrypi-kodi.stash raspberrypi-kodii..." + echo "Copying raspberrypi-kodi.stash raspberrypi-kodi..." cp -r raspberrypi-kodi.stash raspberrypi-kodi cd raspberrypi-kodi git checkout ${BRANCH} @@ -91,7 +91,7 @@ BRANCH="${BRANCH//_/-}" echo echo "cp /tmp/skin.patch projects/RPi/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch" echo "cp /tmp/skin.patch projects/RPi2/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch" -echo "git commit -am \"RPi/RPi2: Update kodi-theme-${SKIN} support patches\"" +echo "git commit -am \"RPi/RPi2: Update ${SKIN2} support patches\"" echo echo "cp /tmp/kodi.patch projects/RPi/patches/kodi/kodi-001-${BRANCH}.patch"