Skip to content

Commit

Permalink
Correct typos in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Aston committed Oct 3, 2021
1 parent e2fb4ac commit b400b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packageInstaller
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b400b45

Please sign in to comment.