summaryrefslogtreecommitdiffstats
path: root/Documentation/corebootBuildingGuide.tex
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/corebootBuildingGuide.tex
parent7fa9f73ac7b55272f15236a019f07c468b1f05c9 (diff)
downloadcoreboot-8ee93ae26786c11f5169aedceb5b2670ff53568a.tar.gz
coreboot-8ee93ae26786c11f5169aedceb5b2670ff53568a.tar.bz2
coreboot-8ee93ae26786c11f5169aedceb5b2670ff53568a.zip
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/corebootBuildingGuide.tex')
-rw-r--r--Documentation/corebootBuildingGuide.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/corebootBuildingGuide.tex b/Documentation/corebootBuildingGuide.tex
index 867891b43182..e451ad4fd62b 100644
--- a/Documentation/corebootBuildingGuide.tex
+++ b/Documentation/corebootBuildingGuide.tex
@@ -413,8 +413,8 @@ $ git commit -m "my first change."
\end{verbatim}
}
-% Does anyone have a better word to describe the phylosophy of spliting changes to patches?
-You need to realize that the changes you have made should be well devided into
+% Does anyone have a better word to describe the philosophy of splitting changes to patches?
+You need to realize that the changes you have made should be well divided into
several commits. Each of them has one and only one meaning. You could use git rebase -i to
split, squash, remove, rewrite you comment.