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

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