From d9c0d9b703be3dd32fe6a49fc8edae376463f2fe Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sat, 3 Feb 2007 02:02:35 +0000 Subject: [PATCH] Stefan Fiedler: scripts/Check-System: typo in text [2006123116305453890] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8205 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 f67c8e6bb..5339a9475 100755 --- a/scripts/Check-System +++ b/scripts/Check-System @@ -76,7 +76,7 @@ fi if [ ! -L /dev/fd/0 ] ; then echo - echo "System Check: It seams like you don't have a functional" + echo "System Check: It seems like you don't have a functional" echo "/dev/fd symlink! A symlink from /dev/fd to /proc/self/fd" echo "and a mounted /proc is needed." found_error=1