Documentation: fix typo 'In such these cases'

Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>

René Nyffenegger committed May 2, 2016 at 09:38 UTC 2e39a246071eb7bc9153e48e0c9416f069ac2a17
1 file changed +1 -1
Documentation/glossary-content.txt
+1 -1
@@ -128,7 +128,7 @@ to point at the new commit.
128 A fast-forward is a special type of <<def_merge,merge>> where you have a
129 <<def_revision,revision>> and you are "merging" another
130 <<def_branch,branch>>'s changes that happen to be a descendant of what
131 - you have. In such these cases, you do not make a new <<def_merge,merge>>
131 + you have. In such a case, you do not make a new <<def_merge,merge>>
132 <<def_commit,commit>> but instead just update to his
133 revision. This will happen frequently on a
134 <<def_remote_tracking_branch,remote-tracking branch>> of a remote