From 8ee93ae26786c11f5169aedceb5b2670ff53568a Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 9 Apr 2018 13:05:29 +0200 Subject: Documentation: Fix a bunch of typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I25dca2e231343cfdad61a638f0302726a6aa3f8b Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/25571 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi --- Documentation/Lesson2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation/Lesson2.md') diff --git a/Documentation/Lesson2.md b/Documentation/Lesson2.md index 0263cedf4e..ec929c8014 100644 --- a/Documentation/Lesson2.md +++ b/Documentation/Lesson2.md @@ -20,7 +20,7 @@ For the most up-to-date instructions on how to set up SSH keys with Gerrit go to and follow the instructions there. Then, skip to Part 3. -Additonally, that section of the Web site provides explanation on starting +Additionally, that section of the Web site provides explanation on starting an ssh-agent, which may be particularly helpful for those who anticipate frequently uploading changes. @@ -110,7 +110,7 @@ To commit the change, run git commit -s -**Note:** The -s adds a signed-off-by line by the commiter. Your commit should be +**Note:** The -s adds a signed-off-by line by the committer. Your commit should be signed off with your name and email (i.e. **Your Name** ****, based on what you set with git config earlier). @@ -236,7 +236,7 @@ Run the following two commands in the command line: git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --depth=1 **Note:** cd will change your directory to your home directory, so the -git clone commmand will be run there. +git clone command will be run there. Finally, open the ~/.bashrc file and append the following two lines: -- cgit v1.2.3