fix: spelling error

Co-authored-by: Sebastian Klähn <39526136+Septias@users.noreply.github.com>
This commit is contained in:
Nik Revenco 2025-04-01 12:17:48 +01:00 committed by GitHub
parent 1a0dad36b7
commit e8d7e76c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ pub struct FileBlame {
}
impl FileBlame {
/// Get the blame information corresponing to a line in file and diff for that line
/// Get the blame information corresponding to a line in the file and diff for that line
#[inline]
pub fn blame_for_line(&self, line: u32, inserted_lines: u32, removed_lines: u32) -> LineBlame {
// Because gix_blame doesn't care about stuff that is not commited, we have to "normalize" the