[FE training-materials-updates] android: fix typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Jan 30 10:42:35 CET 2017


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

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

commit 55e05068b9c68829a2d3729ed1a83d3e5dff268a
Author: Luca Ceresoli <luca at lucaceresoli.net>
Date:   Mon Jan 30 10:21:47 2017 +0100

    android: fix typos
    
    Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>


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

55e05068b9c68829a2d3729ed1a83d3e5dff268a
 labs/android-source-code/android-source-code.tex                        | 2 +-
 .../android-kernel-changes-mainline/android-kernel-changes-mainline.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/android-source-code/android-source-code.tex b/labs/android-source-code/android-source-code.tex
index fbf1d0d..a11eeab 100644
--- a/labs/android-source-code/android-source-code.tex
+++ b/labs/android-source-code/android-source-code.tex
@@ -71,7 +71,7 @@ using, speeding up the download.
 
 We are using the \code{-jX} option of \code{repo sync} to have \code{X}
 downloads in parallel. Otherwise, if the source repositories are fetched
-sequencially, a lot of time and available network bandwidth is wasted
+sequentially, a lot of time and available network bandwidth is wasted
 between downloads, processing the files downloaded by git.
 
 In our case, we are using \code{2} because we all share the same
diff --git a/slides/android-kernel-changes-mainline/android-kernel-changes-mainline.tex b/slides/android-kernel-changes-mainline/android-kernel-changes-mainline.tex
index ffbe75e..402c455 100644
--- a/slides/android-kernel-changes-mainline/android-kernel-changes-mainline.tex
+++ b/slides/android-kernel-changes-mainline/android-kernel-changes-mainline.tex
@@ -20,7 +20,7 @@
 \begin{frame}
   \frametitle{Wakelocks Support}
   \begin{itemize}
-  \item The kernel developpers were not quite happy about the
+  \item The kernel developers were not quite happy about the
     in-kernel APIs used by the wakelocks
   \item Due to the changes in every places of the kernel to state
     wether or not we were allowed to suspend, it was not possible to




More information about the training-materials-updates mailing list