[FE training-materials-updates] Fix spelling mistakes and typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Sat May 24 08:49:16 CEST 2014


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

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

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

commit 017a6a59b4575235387397b8afb963f5fb2212fa
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Sat May 24 08:48:37 2014 +0200

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


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

017a6a59b4575235387397b8afb963f5fb2212fa
 labs/android-adb/android-adb.tex                   |    2 +-
 .../yocto-advanced-configuration.tex               |    4 ++--
 .../android-build-system-basics-envsetup.tex       |    2 +-
 .../android-build-system-basics-results.tex        |    2 +-
 .../android-source-obtaining.tex                   |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/labs/android-adb/android-adb.tex b/labs/android-adb/android-adb.tex
index 326d72b..f4aaad9 100644
--- a/labs/android-adb/android-adb.tex
+++ b/labs/android-adb/android-adb.tex
@@ -10,7 +10,7 @@ After this lab, you will be able to use ADB to:
 
 \section{Setup}
 
-Stay in the the \code{$HOME/felabs/android/source} directory.
+Stay in the \code{$HOME/felabs/android/source} directory.
 
 \section{Get ADB}
 
diff --git a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
index 20ba159..3c1e529 100644
--- a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
+++ b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
@@ -123,10 +123,10 @@ is a list of some useful ones, used with the \code{virtual/kernel} package.
   \item You can get a list of locally available packages and their current
         version with: \\
 	\code{bitbake -s}
-  \item You can also find detailed informations on available packages, their
+  \item You can also find detailed information on available packages, their
         current version, dependencies or the contact information of the
 	maintainer by visiting: \\
 	\url{http://packages.yoctoproject.org/}
 \end{itemize}
 
-For detailed informations, please run \code{bitbake -h}
+For detailed information, please run \code{bitbake -h}
diff --git a/slides/android-build-system-basics-envsetup/android-build-system-basics-envsetup.tex b/slides/android-build-system-basics-envsetup/android-build-system-basics-envsetup.tex
index b225d4f..b451583 100644
--- a/slides/android-build-system-basics-envsetup/android-build-system-basics-envsetup.tex
+++ b/slides/android-build-system-basics-envsetup/android-build-system-basics-envsetup.tex
@@ -98,7 +98,7 @@
   \item[godir] Go to the directory containing the given file
   \item[pid] Use ADB to get the PID of the given process
   \item[gdbclient] Use ADB to set up a remote debugging session
-  \item[key\_back] Sends a input event corresponding to the the Back
+  \item[key\_back] Sends a input event corresponding to the Back
     key to the device
   \end{description}
 \end{frame}
diff --git a/slides/android-build-system-basics-results/android-build-system-basics-results.tex b/slides/android-build-system-basics-results/android-build-system-basics-results.tex
index a2fcc36..5904cc2 100644
--- a/slides/android-build-system-basics-results/android-build-system-basics-results.tex
+++ b/slides/android-build-system-basics-results/android-build-system-basics-results.tex
@@ -40,7 +40,7 @@
   \begin{itemize}
   \item The boot images are actually an Android-specific format, that
     holds most of what the bootloader expects
-  \item They contains useful informations, like the kernel command
+  \item They contains useful information, like the kernel command
     line, where to load the kernel, but also the image of the kernel,
     and an optional initramfs image
   \item A custom \code{mkbootimg} tool is used by Android to generate
diff --git a/slides/android-source-obtaining/android-source-obtaining.tex b/slides/android-source-obtaining/android-source-obtaining.tex
index 601bf87..f3e67a7 100644
--- a/slides/android-source-obtaining/android-source-obtaining.tex
+++ b/slides/android-source-obtaining/android-source-obtaining.tex
@@ -56,7 +56,7 @@
     files called manifests
   \item These manifests gives the information about where to download
     some source code and where to store it. It can also provide some
-    additional and optional informations such as a revision to use, an
+    additional and optional information such as a revision to use, an
     alternative server to download from, etc.
   \item The main manifests are stored in this git repo, and are shared
     between all the users, but you can add some local manifests.



More information about the training-materials-updates mailing list