[FE training-materials-updates] Fix misc spelling typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Oct 4 18:42:37 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=f39acd9b26a407f06250475361f824bf88704e49

>---------------------------------------------------------------

commit f39acd9b26a407f06250475361f824bf88704e49
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Oct 4 18:41:55 2013 +0200

    Fix misc spelling typos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

f39acd9b26a407f06250475361f824bf88704e49
 labs/kernel-board-setup/kernel-board-setup.tex     |    4 ++--
 .../kernel-i2c-device-model.tex                    |    2 +-
 labs/kernel-module-simple/kernel-module-simple.tex |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index 4199f58..2d643a6 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -85,7 +85,7 @@ powered up yet.
 Before booting your board, make sure that there is no micro-SD card
 in the corresponding slot.
 
-It is now time to power up your board by pluging in the mini-USB
+It is now time to power up your board by plugging in the mini-USB
 cable supplied by your instructor (with your PC or a USB power supply at the
 other end of the cable).
 
@@ -101,7 +101,7 @@ A micro-SD card also makes it easy to modify its contents by connecting
 it to your workstation.
 
 In order to boot from a micro-SD card, the CPU romcode needs the card
-to be partitioned and formated in a particular way.
+to be partitioned and formatted in a particular way.
 
 Connect the micro-SD card provided by your instructor to your
 workstation:
diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index d50576e..b93c9cd 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -2,7 +2,7 @@
   and basic driver hooks called when this device is detected}
 
 Throughout the upcoming labs, we will implement a driver for an I2C
-device, which offers the functionality of an I2C nunchuks.
+device, which offers the functionality of an I2C nunchuk.
 
 After this lab, you will be able to:
 
diff --git a/labs/kernel-module-simple/kernel-module-simple.tex b/labs/kernel-module-simple/kernel-module-simple.tex
index 1f9e1fc..fb5fd25 100644
--- a/labs/kernel-module-simple/kernel-module-simple.tex
+++ b/labs/kernel-module-simple/kernel-module-simple.tex
@@ -143,9 +143,9 @@ git commit -as
 
 \begin{itemize}
 \item \code{git add -A} adds (or removes) files to the next commit
-      (except for files explicitely ignored, such as generated ones).
+      (except for files explicitly ignored, such as generated ones).
       Another, perhaps safer way to do this without taking the risk
-      to add unwanted files, is to run \code{git status} and explicitely
+      to add unwanted files, is to run \code{git status} and explicitly
       run \code{git add} on each of the files that you want to 
       add to the next commit.
 \item \code{git commit -a} creates a commit with all modified files



More information about the training-materials-updates mailing list