]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Correct spelling of *scheduled*
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sun, 24 May 2015 21:27:46 +0000 (23:27 +0200)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 30 May 2015 07:05:43 +0000 (10:05 +0300)
Run the command below

$ git grep -l schedulded | xargs sed -i 's/schedulded/scheduled/g'

and revert the change in `ChangeLog-2015`.

Including "miscellaneous" spelling fix noted by richardvoigt@gmail.com

gentpl.py
grub-core/disk/ahci.c

index f177883f8de58104c7c90b4587bb001f2ac58636..37b1f45bfd7fad0970baebf315c1dee36a522578 100644 (file)
--- a/gentpl.py
+++ b/gentpl.py
@@ -82,7 +82,7 @@ GROUPS["softdiv"] = GROUPS["arm"] + ["ia64_efi"]
 GROUPS["no_softdiv"]   = GRUB_PLATFORMS[:]
 for i in GROUPS["softdiv"]: GROUPS["no_softdiv"].remove(i)
 
-# Miscelaneous groups schedulded to disappear in future
+# Miscellaneous groups scheduled to disappear in future
 GROUPS["i386_coreboot_multiboot_qemu"] = ["i386_coreboot", "i386_multiboot", "i386_qemu"]
 GROUPS["nopc"] = GRUB_PLATFORMS[:]; GROUPS["nopc"].remove("i386_pc")
 
index 7f757240406688a890d498beb73d12359246cefa..4e8619ce39273a13824eb7f06f6e4d55dea0d20a 100644 (file)
@@ -1002,7 +1002,7 @@ grub_ahci_readwrite_real (struct grub_ahci_device *dev,
   if (parms->write)
     grub_memcpy ((char *) grub_dma_get_virt (bufc), parms->buffer, parms->size);
 
-  grub_dprintf ("ahci", "AHCI command schedulded\n");
+  grub_dprintf ("ahci", "AHCI command scheduled\n");
   grub_dprintf ("ahci", "AHCI tfd = %x\n",
                dev->hba->ports[dev->port].task_file_data);
   grub_dprintf ("ahci", "AHCI inten = %x\n",