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>

Štěpán Němec committed Jun 14, 2017 at 11:36 UTC 680b469e83c23ea682786acb661ad3835f779fb8
1 file changed +1 -1
Documentation/git-reset.txt
+1 -1
@@ -115,7 +115,7 @@ $ git pull git://info.example.com/ nitfol <4>
115 in these files are in good order. You do not want to see them
116 when you run "git diff", because you plan to work on other files
117 and changes with these files are distracting.
118 -<2> Somebody asks you to pull, and the changes sounds worthy of merging.
118 +<2> Somebody asks you to pull, and the changes sound worthy of merging.
119 <3> However, you already dirtied the index (i.e. your index does
120 not match the HEAD commit). But you know the pull you are going
121 to make does not affect frotz.c or filfre.c, so you revert the