[bootlin/training-materials updates] master: sysdev: vscode: Fix two typos (0e436e2c)

Miquel Raynal miquel.raynal at bootlin.com
Tue Nov 7 17:31:52 CET 2023


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

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

commit 0e436e2ce74c3576aa9d216ed831e0edd4d80575
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Tue Nov 7 17:31:41 2023 +0100

    sysdev: vscode: Fix two typos
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

0e436e2ce74c3576aa9d216ed831e0edd4d80575
 .../sysdev-application-development-and-debugging.tex                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 51c79e31..592b999c 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -263,9 +263,9 @@ We just need to implement password-less SSH access, to keep things
 simple:
 
 \begin{itemize}
-  \item If you don't have an SSH key yet (look at \code{~/.ssh/},
+  \item If you don't have an SSH key yet (look at \code{~/.ssh/}),
 	generate a password-less one with the \code{ssh-keygen} command.
-	By defaults, this creates two files in \code{~/.ssh/}:
+	By default, this creates two files in \code{~/.ssh/}:
 	\code{id_rsa} (private key) and \code{id_rsa.pub} (public key).
   \item Then create the \code{/root/.ssh} directory {\bf on the target}
         and in it, create an \code{authorized_keys} file with the line in




More information about the training-materials-updates mailing list