Skip to content

Commit 4b8c766

Browse files
algonellgitster
authored andcommitted
diffcore-rename: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 26eab80 commit 4b8c766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffcore-rename.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ static int find_basename_matches(struct diff_options *options,
933933
* spend more cycles to find similarities between files, so it may
934934
* be less likely that this heuristic is wanted. If someone is
935935
* doing break detection, that means they do not want filename
936-
* similarity to imply any form of content similiarity, and thus
936+
* similarity to imply any form of content similarity, and thus
937937
* this heuristic would definitely be incompatible.
938938
*/
939939

@@ -1534,7 +1534,7 @@ void diffcore_rename_extended(struct diff_options *options,
15341534
* - remove ones not found in relevant_sources
15351535
* and
15361536
* - remove ones in relevant_sources which are needed only
1537-
* for directory renames IF no ancestory directory
1537+
* for directory renames IF no ancestry directory
15381538
* actually needs to know any more individual path
15391539
* renames under them
15401540
*/

0 commit comments

Comments
 (0)