aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Lesson2.md
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-04-09 13:05:29 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-10 10:50:06 +0000
commit8ee93ae26786c11f5169aedceb5b2670ff53568a (patch)
treeead95aded2e49b14c8500f23a4f9ac87487da5dd /Documentation/Lesson2.md
parent7fa9f73ac7b55272f15236a019f07c468b1f05c9 (diff)
Documentation: Fix a bunch of typos
Change-Id: I25dca2e231343cfdad61a638f0302726a6aa3f8b Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/25571 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/Lesson2.md')
-rw-r--r--Documentation/Lesson2.md6
1 files changed, 3 insertions, 3 deletions
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
<https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.2/user-upload.html#configure_ssh)>
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** **<Your Email>**, 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: