]> git.proxmox.com Git - grub2.git/commitdiff
typos
authorproski <proski@localhost>
Tue, 24 Mar 2009 14:15:07 +0000 (14:15 +0000)
committerproski <proski@localhost>
Tue, 24 Mar 2009 14:15:07 +0000 (14:15 +0000)
ChangeLog

index eb3f939e7c5fb1910a2534979bca789f4a0aa20b..a88dd1c536c06521e0855291c5da3e5a73a5de44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (grub_rescue_cmd_insmod): Likewise.
        (grub_rescue_cmd_set): Likewise.
        (grub_rescue_cmd_unset): Likewise.
-       (attemp_normal_mode): Use grub_command_find to get normal module.
+       (attempt_normal_mode): Use grub_command_find to get normal module.
        (grub_enter_rescue_mode): Use grub_register_core_commands to register
-       commands, remove grub_rescue_regiter_command calls.
+       commands, remove grub_rescue_register_command calls.
 
-       * normal/command.c (grub_regiser_command): Removed.
+       * normal/command.c (grub_register_command): Removed.
        (grub_unregister_command): Likewise.
        (grub_command_find): Likewise.
        (grub_iterate_commands): Likewise.
 
        * loader/i386/multiboot.c (code_size): New variable.
        (grub_multiboot): Define offsets by adding to `code_size' rather
-       than substracting from `grub_multiboot_payload_size'.  Provide
+       than subtracting from `grub_multiboot_payload_size'.  Provide
        4-byte alignment to MBI and others by increasing
-       `boot_loader_name_length' appropiately.
+       `boot_loader_name_length' appropriately.
 
        * loader/i386/multiboot_elfxx.c
        (CONCAT(grub_multiboot_load_elf, XX)): Initialize `code_size'.
        (e.g. gfxterm with resolution higher than 640x480).
 
        * normal/main.c (grub_normal_init_page): Display title text in a
-       position relative to the center of the terminal instead of reliing
+       position relative to the center of the terminal instead of relying
        on a hardcoded offset.
 
 2009-03-04  Robert Millan  <rmh@aybabtu.com>