[FFmpeg-cvslog] r26396 - trunk/doc/git-howto.txt

alexc subversion
Sun Jan 16 21:16:01 CET 2011


Author: alexc
Date: Sun Jan 16 21:16:01 2011
New Revision: 26396

Log:
Fix two typos in git howto.

Modified:
   trunk/doc/git-howto.txt

Modified: trunk/doc/git-howto.txt
==============================================================================
--- trunk/doc/git-howto.txt	Sun Jan 16 21:11:46 2011	(r26395)
+++ trunk/doc/git-howto.txt	Sun Jan 16 21:16:01 2011	(r26396)
@@ -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
 



More information about the ffmpeg-cvslog mailing list