From adebc12c2453a4af296ccd70b4c9ce3f7be1be04 Mon Sep 17 00:00:00 2001 From: horriblecpp Date: Wed, 20 Mar 2024 12:16:24 -0400 Subject: [PATCH] Update check_install.sh Updated string --- check_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"