From e8d7e76c737396d002abc0eafcda5f8449a0db95 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+nik-rev@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:17:48 +0100 Subject: [PATCH] fix: spelling error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastian Klähn <39526136+Septias@users.noreply.github.com> --- helix-vcs/src/git/blame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-vcs/src/git/blame.rs b/helix-vcs/src/git/blame.rs index 0b83bd1d8..c670b21ee 100644 --- a/helix-vcs/src/git/blame.rs +++ b/helix-vcs/src/git/blame.rs @@ -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