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

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