aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git-howto.texi
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-03-06 19:07:53 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-05-31 12:20:02 +0200
commitf183eaa3adb5db7c82a38aaa441f3a972b651757 (patch)
tree8e9159066f50d5371918513269347d1dfa878690 /doc/git-howto.texi
parentd773d7775a632785f99ee1a69f4a776f956844b3 (diff)
downloadffmpeg-f183eaa3adb5db7c82a38aaa441f3a972b651757.tar.gz
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> (cherry picked from commit 9898bd9a82ad16f7ef2dcc26542827ff92255821)
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