[bootlin/training-materials updates] master: sysdev: fix two typos (8e880613)

Théo Lebrun theo.lebrun at bootlin.com
Wed Feb 16 09:19:04 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/8e880613b965b8a1b44ed5ae8c90f3bc4c223f5c

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

commit 8e880613b965b8a1b44ed5ae8c90f3bc4c223f5c
Author: Théo Lebrun <theo.lebrun at bootlin.com>
Date:   Wed Feb 16 09:17:39 2022 +0100

    sysdev: fix two typos
    
    Signed-off-by: Théo Lebrun <theo.lebrun at bootlin.com>


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

8e880613b965b8a1b44ed5ae8c90f3bc4c223f5c
 labs/sysdev-thirdparty/sysdev-thirdparty.tex           | 2 +-
 slides/sysdev-embedded-linux/sysdev-embedded-linux.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index df3cc5e7..793206a2 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -6,7 +6,7 @@ To illustrate how to use existing libraries and applications, we will
 extend the small root filesystem built in the {\em A tiny embedded
   system} lab to add the {\em ALSA} libraries and tools and an audio
 playback application using the {\em ALSA} libraries. {\em ALSA} stands for
-({\em Advanced Linux Sound Architecture}, and is the Linux audio subsystem.
+{\em Advanced Linux Sound Architecture}, and is the Linux audio subsystem.
 
 We'll see that manually re-using existing libraries is quite tedious,
 so that more automated procedures are necessary to make it
diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index 505847c1..fd407ce5 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -493,7 +493,7 @@ met:
   \item Supported languages
     \begin{itemize}
     \item Shell (bash, sh...)
-    \item Lua, easy to embedded in C applications
+    \item Lua, easy to embed in C applications
     \item Python
     \item Perl
     \item Ruby




More information about the training-materials-updates mailing list