Skip to content

Commit 23a34e5

Browse files
authored
Merge pull request #785 from mfrw/mfrw/fix-typo
blame: fix typo s/Widnows/Windows/
2 parents 29cbc03 + f37fee7 commit 23a34e5

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)