]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub-dev.texi: Fix spelling of "developer" throughout.
authorColin Watson <cjwatson@ubuntu.com>
Fri, 8 Apr 2011 13:01:51 +0000 (14:01 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 8 Apr 2011 13:01:51 +0000 (14:01 +0100)
* grub-core/fs/i386/pc/pxe.c (parse_dhcp_vendor): Fix spelling of
"development".

ChangeLog
docs/grub-dev.texi
grub-core/fs/i386/pc/pxe.c

index 7621dc3fb8dece8c58bc6bc5aefb8fcdc20c2196..bc44fb07862125436ce79f4eeeaf7ef106d71eaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-08  Colin Watson  <cjwatson@ubuntu.com>
+
+       * docs/grub-dev.texi: Fix spelling of "developer" throughout.
+       * grub-core/fs/i386/pc/pxe.c (parse_dhcp_vendor): Fix spelling of
+       "development".
+
 2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/normal/menu_entry.c (run): Use grub_memcpy rather than
index f1bfd294bfbaa2a3eff30df688c013ac30ce00d5..7c4e3d25853122e3a2e3df722d3c9a9bc865200e 100644 (file)
@@ -3,7 +3,7 @@
 @c %**start of header
 @setfilename grub-dev.info
 @include version-dev.texi
-@settitle GNU GRUB Developpers Manual @value{VERSION}
+@settitle GNU GRUB Developers Manual @value{VERSION}
 @c Unify all our little indices for now.
 @syncodeindex fn cp
 @syncodeindex vr cp
@@ -17,7 +17,7 @@
 @finalout
 
 @copying
-This developper manual is for GNU GRUB (version @value{VERSION},
+This developer manual is for GNU GRUB (version @value{VERSION},
 @value{UPDATED}).
 
 Copyright @copyright{} 1999,2000,2001,2002,2004,2005,2006,2008,2009,2010,2011 Free Software Foundation, Inc.
@@ -39,7 +39,7 @@ Invariant Sections.
 
 @titlepage
 @sp 10
-@title the GNU GRUB developper manual
+@title the GNU GRUB developer manual
 @subtitle The GRand Unified Bootloader, version @value{VERSION}, @value{UPDATED}.
 @author Yoshinori K. Okuji
 @author Colin D Bennett
@@ -61,9 +61,9 @@ Invariant Sections.
 
 @ifnottex
 @node Top
-@top GNU GRUB developper manual
+@top GNU GRUB developer manual
 
-This is the developper documentation of GNU GRUB, the GRand Unified Bootloader,
+This is the developer documentation of GNU GRUB, the GRand Unified Bootloader,
 a flexible and powerful boot loader program for a wide range of
 architectures.
 
index a3b055f3d610a6d926b0f2501e4c870b4dc35d38..c800ea2ad01d1986b9e87f4c32a31666f9733620 100644 (file)
@@ -481,7 +481,7 @@ parse_dhcp_vendor (void *vend, int limit)
          break;
 
          /* If you need any other options please contact GRUB
-            developpement team.  */
+            development team.  */
        }
 
       ptr += taglength;