Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-20 23:53:08 +0400
committerJunio C Hamano <gitster@pobox.com>2010-08-20 23:53:08 +0400
commit7d61b31b67a470c7008a989901d3efa1e6533dbe (patch)
tree93e5afaee66b77ced3d04a7c90f96cb41e8367d3 /Documentation/git-reset.txt
parent09c6a8e66cfe51400e6e7d5086266195c7ef62bf (diff)
parent6b677a28ffded042da18e3aefbb01d28e4a1b11b (diff)
Merge branch 'vs/doc-spell' into maint
* vs/doc-spell: Documentation: spelling fixes
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r--Documentation/git-reset.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt
index b04d129b3f..9cf31485fe 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -256,7 +256,7 @@ Keep changes in working tree while discarding some previous commits::
Suppose you are working on something and you commit it, and then you
continue working a bit more, but now you think that what you have in
your working tree should be in another branch that has nothing to do
-with what you commited previously. You can start a new branch and
+with what you committed previously. You can start a new branch and
reset it while keeping the changes in your work tree.
+
------------