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