diff --git a/scripts/Check-System b/scripts/Check-System index 01d164bef..6498178b5 100755 --- a/scripts/Check-System +++ b/scripts/Check-System @@ -62,7 +62,7 @@ fi case $BASH_VERSION in 2.05b*) ;; *) echo "The running bash version is not listed as supported version" - echo "You nee to update 'bash' to at least version 2.05b." + echo "You need to update 'bash' to at least version 2.05b." found_error=1 esac