X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=diffcore-rename.c;h=63ac998bfaf64da807bec0ae0bd57c391fb651fe;hb=3ea3c215c02dc4a4e7d0881c25b2223540960797;hp=0b0d6b8c8c2ab8833bb5d929ef0d3cb7891ec582;hpb=f20408dadb75914460b9251b56fe4bffb5f44f48;p=thirdparty%2Fgit.git diff --git a/diffcore-rename.c b/diffcore-rename.c index 0b0d6b8c8c..63ac998bfa 100644 --- a/diffcore-rename.c +++ b/diffcore-rename.c @@ -267,7 +267,7 @@ static int find_identical_files(struct file_similarity *src, int score; struct diff_filespec *source = p->filespec; - /* False hash collission? */ + /* False hash collision? */ if (hashcmp(source->sha1, target->sha1)) continue; /* Non-regular files? If so, the modes must match! */