summaryrefslogtreecommitdiff
path: root/Documentation/git-reset.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-18 12:28:24 -0700
committerJunio C Hamano <gitster@pobox.com>2010-08-18 12:28:24 -0700
commitfdfdde58faf93551abea0f92f7688c1dc5de59be (patch)
treec24485f9590164ee444fa4f3aec29f502bd5e476 /Documentation/git-reset.txt
parent4265ee3e6e391709168cc507c1c9bb705392cdfe (diff)
parent6b677a28ffded042da18e3aefbb01d28e4a1b11b (diff)
downloadgit-fdfdde58faf93551abea0f92f7688c1dc5de59be.tar.gz
Merge branch 'vs/doc-spell'
* 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.
+
------------