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

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