From 0d8818a53ca71adfef725bc67647e497538a6e7d Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 29 Aug 2003 23:13:05 +0000 Subject: [PATCH] tcr pointed out a tiny typo ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1249 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Check-System | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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