a5bd9f6
From 3597696bb12a2de057ab658596eb5c6d1b2aab66 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Sun, 20 Jan 2013 13:24:47 +0000
a5bd9f6
Subject: [PATCH 114/364] Fix typos for "developer" and "development".
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog             | 4 ++++
a5bd9f6
 docs/grub.texi        | 4 ++--
a5bd9f6
 grub-core/net/bootp.c | 2 +-
a5bd9f6
 3 files changed, 7 insertions(+), 3 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index df311cf..1c816d6 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,7 @@
a5bd9f6
+2013-01-20  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
+	Fix typos for "developer" and "development".
a5bd9f6
+
a5bd9f6
 2013-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	Add license header to spkmodem-recv.c.
a5bd9f6
diff --git a/docs/grub.texi b/docs/grub.texi
a5bd9f6
index efedd27..2dc0cbe 100644
a5bd9f6
--- a/docs/grub.texi
a5bd9f6
+++ b/docs/grub.texi
a5bd9f6
@@ -1250,7 +1250,7 @@ beeper) or @samp{spkmodem} (simple data protocol using system speaker).
a5bd9f6
 
a5bd9f6
 @samp{spkmodem} is useful when no serial port is available. Connect the output
a5bd9f6
 of sending system (where GRUB is running) to line-in of receiving system
a5bd9f6
-(usually developper machine).
a5bd9f6
+(usually developer machine).
a5bd9f6
 On receiving system compile @samp{spkmodem-recv} from
a5bd9f6
 @samp{util/spkmodem-recv.c} and run:
a5bd9f6
 
a5bd9f6
@@ -4204,7 +4204,7 @@ and tonal writing (2e5-2e9). GRUB also ignores deprecated (as specified
a5bd9f6
 in Unicode) characters (e.g. tags). GRUB also doesn't handle so called
a5bd9f6
 ``annotation characters'' If you can complete either of
a5bd9f6
 two lists or, better, propose a patch to improve rendering, please contact
a5bd9f6
-developper team.
a5bd9f6
+developer team.
a5bd9f6
 
a5bd9f6
 @chapter Input terminal
a5bd9f6
 Firmware console on BIOS, IEEE1275 and ARC doesn't allow you to enter non-ASCII
a5bd9f6
diff --git a/grub-core/net/bootp.c b/grub-core/net/bootp.c
a5bd9f6
index f36d4cd..33f860a 100644
a5bd9f6
--- a/grub-core/net/bootp.c
a5bd9f6
+++ b/grub-core/net/bootp.c
a5bd9f6
@@ -140,7 +140,7 @@ parse_dhcp_vendor (const char *name, void *vend, int limit, int *mask)
a5bd9f6
 	  break;
a5bd9f6
 
a5bd9f6
 	  /* If you need any other options please contact GRUB
a5bd9f6
-	     developpement team.  */
a5bd9f6
+	     development team.  */
a5bd9f6
 	}
a5bd9f6
 
a5bd9f6
       ptr += taglength;
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6