diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:22 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:00 -0700 |
| commit | 4b8c76638ffbb61b8ee2f4819146c89c574a5271 (patch) | |
| tree | 53f1c98b97fabf45d2c6df7c992dc5a3ac832bb4 /diffcore-rename.c | |
| parent | config.mak.dev: fix a typo (diff) | |
| download | git-4b8c76638ffbb61b8ee2f4819146c89c574a5271.tar.gz git-4b8c76638ffbb61b8ee2f4819146c89c574a5271.zip | |
diffcore-rename: fix typos
Fix typos in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-rename.c')
| -rw-r--r-- | diffcore-rename.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diffcore-rename.c b/diffcore-rename.c index fab45b10d7..3d6826baa3 100644 --- a/diffcore-rename.c +++ b/diffcore-rename.c @@ -933,7 +933,7 @@ static int find_basename_matches(struct diff_options *options, * spend more cycles to find similarities between files, so it may * be less likely that this heuristic is wanted. If someone is * doing break detection, that means they do not want filename - * similarity to imply any form of content similiarity, and thus + * similarity to imply any form of content similarity, and thus * this heuristic would definitely be incompatible. */ @@ -1534,7 +1534,7 @@ void diffcore_rename_extended(struct diff_options *options, * - remove ones not found in relevant_sources * and * - remove ones in relevant_sources which are needed only - * for directory renames IF no ancestory directory + * for directory renames IF no ancestry directory * actually needs to know any more individual path * renames under them */ |
