summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2017-06-14 09:36:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-15 20:42:58 (GMT)
commit680b469e83c23ea682786acb661ad3835f779fb8 (patch)
treeb45bc524bf1cd958d5eebd6c7a03450d9f8c2296 /Documentation
parentfd99e2bda0ca6a361ef03c04d6d7fdc7a9c40b78 (diff)
downloadgit-680b469e83c23ea682786acb661ad3835f779fb8.zip
git-680b469e83c23ea682786acb661ad3835f779fb8.tar.gz
git-680b469e83c23ea682786acb661ad3835f779fb8.tar.bz2
doc: git-reset: fix a trivial typo
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 8a21198..70f3753 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -115,7 +115,7 @@ $ git pull git://info.example.com/ nitfol <4>
in these files are in good order. You do not want to see them
when you run "git diff", because you plan to work on other files
and changes with these files are distracting.
-<2> Somebody asks you to pull, and the changes sounds worthy of merging.
+<2> Somebody asks you to pull, and the changes sound worthy of merging.
<3> However, you already dirtied the index (i.e. your index does
not match the HEAD commit). But you know the pull you are going
to make does not affect frotz.c or filfre.c, so you revert the