fix typo for bug 201442. thanks to Michael Hordijk <hoffbrinkle@hotmail.com>
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 6 Dec 2007 04:00:40 +0000 (04:00 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 6 Dec 2007 04:00:40 +0000 (04:00 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@569 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/initrd.scripts

index b27aa1338ef1b068b1f09971fb95af9ffdbfad5b..bc1d75f806b3065f75f96dc0e67485be9ae0c46b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
+  fix typo for bug 201442. thanks to Michael Hordijk <hoffbrinkle@hotmail.com>
+
   03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
   This is genkernel 3.4.9_pre11 for testing.
 
index 4dedb23b55a3ec96a896e52e33e8c02c674b4ebd..1e3bf993d311c24f202473754014450d67a415a6 100644 (file)
@@ -247,7 +247,7 @@ findnfsmount() {
                                        bad_msg "NFS Mounting failed. Is the path corrent ?"
                                fi
                        else    
-                               good_msg "Attemping to mount NFS root on ${NFSROOT}"
+                               good_msg "Attempting to mount NFS root on ${NFSROOT}"
                                mount -t nfs -o ro,nolock,rsize=1024,wsize=1024 ${NFSROOT} ${NEW_ROOT}
                                if [ "$?" = '0' ]
                                then