Skip to content

Commit

Permalink
labs/yocto-devtool: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
alexandrebelloni committed Sep 14, 2023
1 parent af392fd commit ca2a963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/yocto-devtool/yocto-devtool.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ \section{Generate a new recipe}
devtool deploy-target hello [email protected]
\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:

Expand Down Expand Up @@ -244,7 +244,7 @@ \section{Modify a recipe}
\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
Expand Down

0 comments on commit ca2a963

Please sign in to comment.