[bootlin/training-materials updates] master: labs/yocto-devtool: fix typos (ca2a9638)

Alexandre Belloni alexandre.belloni at bootlin.com
Thu Sep 14 22:42:55 CEST 2023


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

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

commit ca2a96385f5db08306c439d87964ac5725c2f335
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Sep 14 22:41:02 2023 +0200

    labs/yocto-devtool: fix typos
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

ca2a96385f5db08306c439d87964ac5725c2f335
 labs/yocto-devtool/yocto-devtool.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/yocto-devtool/yocto-devtool.tex b/labs/yocto-devtool/yocto-devtool.tex
index 6f5f0934..7c6666bb 100644
--- a/labs/yocto-devtool/yocto-devtool.tex
+++ b/labs/yocto-devtool/yocto-devtool.tex
@@ -99,7 +99,7 @@ code on the target:
 devtool deploy-target hello root at 192.168.0.100
 \end{bashinput}
 
-This will send to the device all the file in the \code{image} subdirectory
+This will send to the device all the files in the \code{image} subdirectory
 of the recipe work directory, keeping the directory layout and file
 permissions. You can now test the program on the target:
 
@@ -244,7 +244,7 @@ git log
 \end{bashinput}
 
 The generated git repository contains only one commit which contains
-thepristine sources as extracted from the downloaded tarball.  Now open the
+the pristine sources as extracted from the downloaded tarball.  Now open the
 \code{src/hello.c} with an editor, go around line 60 and edit the ``Hello,
 world'' string to print whatever you prefer. Save and exit the
 editor. Check your modification using \code{git diff -- src/hello.c} and




More information about the training-materials-updates mailing list