]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix spacing and a minor typo
authorproski <proski@localhost>
Mon, 10 Nov 2008 15:04:00 +0000 (15:04 +0000)
committerproski <proski@localhost>
Mon, 10 Nov 2008 15:04:00 +0000 (15:04 +0000)
ChangeLog

index ba2b0e6c6c340696291bb02be7838b6780766b16..38d4a88eb29e497170878ee87c6dc52b23bb777d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,7 @@
 2008-11-08  Robert Millan  <rmh@aybabtu.com>
 
        * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
-       `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
+       `struct grub_term_output'.  Remove `.checkkey' and `.getkey'
        members.  Update all users.
        * util/console.c (grub_ncurses_term): Split in ...
        (grub_ncurses_term_input): ... this, and ...
 
        * normal/menu.c (run_menu): Add Previous and Next Page keys in menu.
 
-2008-10-29  Guillem Jover <guillem.jover@nokia.com>
+2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
 
        * disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
        addition of objects until the code is not going to be able to fail.
 
-2008-10-29  Guillem Jover <guillem.jover@nokia.com>
+2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
 
        * disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling
        (add a missing NULL check, and correct them by moving the pointer
        (fstest): Handle multiple disks.
        (options): Remove part, raw and long, add root and diskcount.
        (usage): Add crc, remove -p, -r, -l, add -r and -c.
-       (main): Find the first non option entry and ignore subsequence options,
+       (main): Find the first non option entry and ignore subsequent options,
        add handling for the new options, support multiple disks.
 
        * util/grub-probe.c (probe): Add mdraid to abstraction_name.