summaryrefslogtreecommitdiffstats
path: root/Documentation/corebootBuildingGuide.tex
diff options
context:
space:
mode:
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.