]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/legacycfg.c (GRUB_MOD_INIT): Fix typo in
authorColin Watson <cjwatson@ubuntu.com>
Tue, 4 Jan 2011 13:05:19 +0000 (13:05 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 4 Jan 2011 13:05:19 +0000 (13:05 +0000)
descriptions of extract_legacy_entries_source and
extract_legacy_entries_configfile.
Reported by: Seung Soo, Ha.

ChangeLog
grub-core/commands/legacycfg.c

index a4692b5a7de51af5a81312cd26541bf2514dd038..b4a308e9a8097c23f5007ec5d60e322eabaeeb06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-04  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/commands/legacycfg.c (GRUB_MOD_INIT): Fix typo in
+       descriptions of extract_legacy_entries_source and
+       extract_legacy_entries_configfile.
+       Reported by: Seung Soo, Ha.
+
 2011-01-03  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/bus/pci.c (grub_pci_iterate): Skip remaining functions
index 80718196a5157ac86e05ff5b2db6fe50fd4c6676..de392ac81a6e176a220271edb0e9c4921435f600 100644 (file)
@@ -765,12 +765,12 @@ GRUB_MOD_INIT(legacycfg)
     = grub_register_command ("extract_legacy_entries_source",
                             grub_cmd_legacy_source,
                             N_("FILE"),
-                            N_("Parse legacy config in same context taking onl entries"));
+                            N_("Parse legacy config in same context taking only menu entries"));
   cmd_configfile_extract
     = grub_register_command ("extract_legacy_entries_configfile",
                             grub_cmd_legacy_source,
                             N_("FILE"),
-                            N_("Parse legacy config in new context taking onl entries"));
+                            N_("Parse legacy config in new context taking only menu entries"));
 
   cmd_kernel = grub_register_command ("legacy_kernel",
                                      grub_cmd_legacy_kernel,