]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-reset.txt
Spelling fixes
[thirdparty/git.git] / Documentation / git-reset.txt
index 70f3753e1e90f74bb41e8a9ce90dcf7dc4420192..1d697d996220b23d5ac660e809563296ecd1c574 100644 (file)
@@ -294,7 +294,7 @@ $ git reset --keep start                    <3>
 
 Split a commit apart into a sequence of commits::
 +
-Suppose that you have created lots of logically separate changes and commited
+Suppose that you have created lots of logically separate changes and committed
 them together. Then, later you decide that it might be better to have each
 logical chunk associated with its own commit. You can use git reset to rewind
 history without changing the contents of your local files, and then successively