summaryrefslogtreecommitdiff
path: root/doc/git-howto.txt
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-01-16 20:16:01 +0000
committerAlex Converse <alex.converse@gmail.com>2011-01-16 20:16:01 +0000
commit5fbf2b3f66d0f16b24fa51b4b75aae29609b9fa5 (patch)
tree34d46e3cee86dfe8c6b84f3d488f9261570fd18a /doc/git-howto.txt
parentdccdd93efc325418136eb5a3509786bc8b65aca1 (diff)
Fix two typos in git howto.
Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/git-howto.txt')
-rw-r--r--doc/git-howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt
index 80bd3cc38c..0b847eefd1 100644
--- a/doc/git-howto.txt
+++ b/doc/git-howto.txt
@@ -105,7 +105,7 @@ I. BASICS:
git diff --check
- to doublecheck your changes before committing them to avoid trouble later
+ to double check your changes before committing them to avoid trouble later
on. All experienced developers do this on each and every commit, no matter
how small.
Every one of them has been saved from looking like a fool by this many times.
@@ -133,7 +133,7 @@ I. BASICS:
Git will commit the selected changes to your current local branch.
You will be prompted for a log message in an editor, which is either
- set in your personal configuration file throught
+ set in your personal configuration file through
git config core.editor