summaryrefslogtreecommitdiff
path: root/doc/git-howto.texi
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-03-06 19:07:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-06 21:12:40 +0100
commit9898bd9a82ad16f7ef2dcc26542827ff92255821 (patch)
tree8645af220b584d93689638817b7c301ffba3c190 /doc/git-howto.texi
parenteeb3baf7f7257ea5586bf857cc668f6aff81d556 (diff)
Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/git-howto.texi')
-rw-r--r--doc/git-howto.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index 44e1cc6439..750662a458 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -299,7 +299,7 @@ the current branch history.
git commit --amend
@end example
-allows to amend the last commit details quickly.
+allows one to amend the last commit details quickly.
@example
git rebase -i origin/master