[FE training-materials-updates] Fix typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 3 04:53:10 CET 2013


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

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

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

commit b928a34c7bc3ce699cbb2cde8d61197607092a42
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 2 17:43:08 2013 +0100

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


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

b928a34c7bc3ce699cbb2cde8d61197607092a42
 labs/kernel-board-setup/kernel-board-setup.tex     |    2 +-
 .../kernel-compiling-and-nfs-booting.tex           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index cf65363..5f2ec6a 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -192,7 +192,7 @@ again every time you boot your workstation:
 /etc/init.d/tftpd-hpa restart
 \end{verbatim}
 
-The \code{tftp} command should command should have downloaded the
+The \code{tftp} command should have downloaded the
 \code{textfile.txt} file from your development workstation into the
 board's memory at location \code{0x81000000} (this location is part of
 the board DRAM). You can verify that the download was successful by
diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index df79484..331de1e 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -211,7 +211,7 @@ Don't hesitate to change it according to your exact needs.
 
 We could also copy the \code{uImage} file to the eMMC flash and avoid
 downloading it over and over again. However, detailed bootloader
-usae is outside of the scope of this course. See our
+usage is outside of the scope of this course. See our
 \href{http://free-electrons.com/training/embedded-linux/}{Embedded
 Linux system development course} and its on-line materials for
 details.



More information about the training-materials-updates mailing list