Fix typos in ChangeLog and comments

This commit is contained in:
proski 2008-07-13 18:13:36 +00:00
parent d4e2dad356
commit fe9870876d
5 changed files with 16 additions and 16 deletions

View file

@ -120,7 +120,7 @@ prepare_grub_to_access_device ()
echo "insmod ${abstraction}"
fi
# If there's a filesystem UUID that GRUB is capable of identifiing, use it;
# If there's a filesystem UUID that GRUB is capable of identifying, use it;
# otherwise set root as per value in device.map.
echo "set root=`${grub_probe} --device ${device} --target=drive`"
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then