Skip to content

Commit f37fee7

Browse files
committed
blame: fix typo s/Widnows/Windows/
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 29cbc03 commit f37fee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<'blame> BlameHunk<'blame> {
121121

122122
/// Returns path to the file where this hunk originated.
123123
///
124-
/// Note: `None` could be returned for non-unicode paths on Widnows.
124+
/// Note: `None` could be returned for non-unicode paths on Windows.
125125
pub fn path(&self) -> Option<&Path> {
126126
unsafe {
127127
if let Some(bytes) = crate::opt_bytes(self, (*self.raw).orig_path) {

0 commit comments

Comments
 (0)