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

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