Blame SOURCES/0003-INSTALL-Cross-compiling-the-GRUB-Fix-some-spelling-m.patch

0dc71c
From 8ebe593c564edc8ae62086df8a1448e898ef259b Mon Sep 17 00:00:00 2001
0dc71c
From: Colin Watson <cjwatson@ubuntu.com>
0dc71c
Date: Fri, 27 Dec 2013 03:03:32 +0000
0dc71c
Subject: [PATCH 003/143] * INSTALL (Cross-compiling the GRUB): Fix some
0dc71c
 spelling mistakes. * docs/grub.texi (Getting the source code): Likewise.
0dc71c
0dc71c
---
0dc71c
 ChangeLog          |  5 +++++
0dc71c
 INSTALL            | 10 +++++-----
0dc71c
 docs/grub-dev.texi |  8 ++++----
0dc71c
 3 files changed, 14 insertions(+), 9 deletions(-)
0dc71c
0dc71c
diff --git a/ChangeLog b/ChangeLog
0dc71c
index 153bc43..bbb0f31 100644
0dc71c
--- a/ChangeLog
0dc71c
+++ b/ChangeLog
0dc71c
@@ -1,3 +1,8 @@
0dc71c
+2013-12-27  Colin Watson  <cjwatson@ubuntu.com>
0dc71c
+
0dc71c
+	* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
0dc71c
+	* docs/grub.texi (Getting the source code): Likewise.
0dc71c
+
0dc71c
 2013-12-25  Vladimir Serbinenko  <phcoder@gmail.com>
0dc71c
 
0dc71c
 	* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
0dc71c
diff --git a/INSTALL b/INSTALL
0dc71c
index afc957c..db12530 100644
0dc71c
--- a/INSTALL
0dc71c
+++ b/INSTALL
0dc71c
@@ -140,7 +140,7 @@ If build and host are different make check isn't available.
0dc71c
 If build and host are different man pages are not generated.
0dc71c
 
0dc71c
 As an example imagine you have a build system running on FreeBSD on sparc
0dc71c
-which prepares packages for developpers running amd64 GNU/Linux laptop and
0dc71c
+which prepares packages for developers running amd64 GNU/Linux laptop and
0dc71c
 they need to make images for ARM board running U-boot. In this case:
0dc71c
 
0dc71c
 build=sparc64-freebsd
0dc71c
@@ -149,7 +149,7 @@ target=arm-uboot
0dc71c
 
0dc71c
 For this example the configure line might look like (more details below)
0dc71c
 (some options are optional and included here for completeness but some rarely
0dc71c
-used options are omited):
0dc71c
+used options are omitted):
0dc71c
 
0dc71c
 ./configure BUILD_CC=gcc BUILD_FREETYPE=freetype-config --host=amd64-linux-gnu
0dc71c
 CC=amd64-linux-gnu-gcc CFLAGS="-g -O2" FREETYPE=amd64-linux-gnu-freetype-config
0dc71c
@@ -196,9 +196,9 @@ corresponding platform are not needed for the platform in question.
0dc71c
     11. TARGET_RANLIB= for ranlib for target.
0dc71c
 
0dc71c
   - Additionally for emu, for host and target.
0dc71c
-    1. SDL is looked for in stadard linker directories (-lSDL) (optional)
0dc71c
-    2. libpciaccess is looked for in stadard linker directories (-lpciaccess) (optional)
0dc71c
-    3. libusb is looked for in stadard linker directories (-lusb) (optional)
0dc71c
+    1. SDL is looked for in standard linker directories (-lSDL) (optional)
0dc71c
+    2. libpciaccess is looked for in standard linker directories (-lpciaccess) (optional)
0dc71c
+    3. libusb is looked for in standard linker directories (-lusb) (optional)
0dc71c
 
0dc71c
   - Platform-agnostic tools and data.
0dc71c
     1. make is the tool you execute after ./configure.
0dc71c
diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
0dc71c
index c796850..7c6244c 100644
0dc71c
--- a/docs/grub-dev.texi
0dc71c
+++ b/docs/grub-dev.texi
0dc71c
@@ -108,16 +108,16 @@ The branches available are:
0dc71c
 
0dc71c
 @table @samp
0dc71c
 @item master
0dc71c
-      Main developpement branch.
0dc71c
+      Main development branch.
0dc71c
 @item grub-legacy
0dc71c
       GRUB 0.97 codebase. Kept for reference and legal reasons
0dc71c
 @item multiboot
0dc71c
       Multiboot specfication
0dc71c
 @item multiboot2
0dc71c
       Multiboot2 specfication
0dc71c
-@item developper branches
0dc71c
-      Prefixed with developper name. Every developper of a team manages his own branches.
0dc71c
-      Developper branches do not need changelog entries.
0dc71c
+@item developer branches
0dc71c
+      Prefixed with developer name. Every developer of a team manages his own branches.
0dc71c
+      Developer branches do not need changelog entries.
0dc71c
 @end table
0dc71c
 
0dc71c
 Once you have used @kbd{git clone} to fetch an initial copy of a branch, you
0dc71c
-- 
0dc71c
1.9.3
0dc71c