diff options
author | Lou Logan <lou@lrcd.com> | 2012-07-05 15:38:53 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-06 17:08:22 +0200 |
commit | b22ecbc6a57cb721960783af3168c1a9332ea3db (patch) | |
tree | 7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /doc/git-howto.texi | |
parent | 60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff) | |
download | ffmpeg-b22ecbc6a57cb721960783af3168c1a9332ea3db.tar.gz |
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/git-howto.texi')
-rw-r--r-- | doc/git-howto.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi index 56a0cdaf3c..f9acad585a 100644 --- a/doc/git-howto.texi +++ b/doc/git-howto.texi @@ -374,7 +374,7 @@ Next let the code pass through a full run of our testsuite. Make sure all your changes have been checked before pushing them, the testsuite only checks against regressions and that only to some extend. It does obviously not check newly added features/code to be working unless you have -added a test for that (which is recommanded btw). +added a test for that (which is recommended). Also note that every single commit should pass the test suite, not just the result of a series of patches. |