diff --git a/check_install.sh b/check_install.sh index 19f22ed429..6348bf14be 100755 --- a/check_install.sh +++ b/check_install.sh @@ -58,7 +58,7 @@ echo "" LAUNCHERPATH="${HOME}/.local/share/applications/" EXISTINGEXEC=`find "${LAUNCHERPATH}" -name "assaultcube*" | xargs` if [ "$EXISTINGEXEC" != "" ]; then - echo "the following menuitem(s) wer found:" + echo "the following menuitem(s) were found:" echo " $EXISTINGEXEC" else echo "no desktop launcher items were found - run install_or_remove_menuitem.sh to create one"