]> git.ipfire.org Git - thirdparty/git.git/commitdiff
merge-strategies: fix typo "reflected to" to "reflected in"
authorDominic Jäger <dominic.jaeger@gmail.com>
Fri, 8 Nov 2019 14:47:01 +0000 (15:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2019 02:04:46 +0000 (11:04 +0900)
Signed-off-by: Dominic Jäger <dominic.jaeger@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/merge-strategies.txt

index aa66cbe41eaf070a74d98801ba973daeb8d15106..2912de706bf3921f817c9d18c66e526fd0a0fa8e 100644 (file)
@@ -32,7 +32,7 @@ The 'recursive' strategy can take the following options:
 ours;;
        This option forces conflicting hunks to be auto-resolved cleanly by
        favoring 'our' version.  Changes from the other tree that do not
-       conflict with our side are reflected to the merge result.
+       conflict with our side are reflected in the merge result.
        For a binary file, the entire contents are taken from our side.
 +
 This should not be confused with the 'ours' merge strategy, which does not