grub2/0125-docs-grub.texi-Multi-boot-manual-config-Fix-typo-for.patch
Peter Jones f74b50e380 Rebase to upstream, fix a pile of bugs. The usual.
Signed-off-by: Peter Jones <pjones@redhat.com>
2013-06-12 15:37:08 -04:00

41 lines
1.4 KiB
Diff

From 4dc1cb37683d657957cb385878d72ca41bde056f Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 21 Jan 2013 00:05:41 +0000
Subject: [PATCH 125/482] * docs/grub.texi (Multi-boot manual config): Fix typo
for "recommended".
---
ChangeLog | 5 +++++
docs/grub.texi | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 10c094b..afc2d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-21 Colin Watson <cjwatson@ubuntu.com>
+
+ * docs/grub.texi (Multi-boot manual config): Fix typo for
+ "recommended".
+
2013-01-20 Leif Lindholm <leif.lindholm@arm.com>
* util/grub-mkimage.c (main): Postpone freeing arguments.output
diff --git a/docs/grub.texi b/docs/grub.texi
index fbbcfb9..b177111 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
--
1.8.2.1