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