From: Colin Watson Date: Mon, 21 Jan 2013 00:05:41 +0000 (+0000) Subject: * docs/grub.texi (Multi-boot manual config): Fix typo for X-Git-Tag: grub-2.02-beta1~1338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d3e4e3dfe9bebb48950fe23a6057a5e33ed41c;p=thirdparty%2Fgrub.git * docs/grub.texi (Multi-boot manual config): Fix typo for "recommended". --- diff --git a/ChangeLog b/ChangeLog index 10c094b80..afc2d388c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-21 Colin Watson + + * docs/grub.texi (Multi-boot manual config): Fix typo for + "recommended". + 2013-01-20 Leif Lindholm * util/grub-mkimage.c (main): Postpone freeing arguments.output diff --git a/docs/grub.texi b/docs/grub.texi index fbbcfb935..b17711167 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1657,7 +1657,7 @@ menuentry "Debian sid installer" @{ Notes: @itemize -@item Argument to search after --label is FS LABEL. You can also use UUIDs with --fs-uuid UUID instead of --label LABEL. You could also use direct @code{root=hd0,msdosX} but this is not recommened due to device name instability. +@item Argument to search after --label is FS LABEL. You can also use UUIDs with --fs-uuid UUID instead of --label LABEL. You could also use direct @code{root=hd0,msdosX} but this is not recommended due to device name instability. @end itemize @node Embedded configuration