From b400b45af747f8272ec8a2d2611b26a6ed239cff Mon Sep 17 00:00:00 2001 From: Philip Aston Date: Sun, 3 Oct 2021 09:01:47 +0100 Subject: [PATCH] Correct typos in output. --- packageInstaller | 2 +- setup | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packageInstaller b/packageInstaller index 1bc92cf..bc207d6 100755 --- a/packageInstaller +++ b/packageInstaller @@ -9,7 +9,7 @@ source "/data/SetupHelper/CommonResources" source "/data/SetupHelper/UpdateResources" echo -echo "This script allows Venus modificaiton packages to be installed" +echo "This script allows Venus modification packages to be installed" echo "Previously installed packages are updated automatically, not from this script" echo "If updating from USB stick, insert it now before proceeding" echo diff --git a/setup b/setup index 79847e9..c8ae7f8 100755 --- a/setup +++ b/setup @@ -34,13 +34,13 @@ if [ $scriptAction == 'NONE' ] ; then fi fi - # display innitial message + # display initial message echo - echo "This package provides support functions and utilities for Venus modificaiton packages" + echo "This package provides support functions and utilities for Venus modification packages" echo "Packages are automatically reinstalled following a Venus OS update" echo "Packages may also be automatically updated from GitHub" echo " or a USB stick" - echo "Prevouslly uninstalled packages can also be installed and configured" + echo "Previously uninstalled packages can also be installed and configured" echo " as an option from the menu either from GitHub or from a USB stick" echo echo "If internet access is not available, you can manually update/install from a USB stick or SD card"