Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Sep 9, 2019
1 parent b849669 commit 2c02037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ cfg_if! {
let file = self.file.clone();
drop(self);
Arc::try_unwrap(file)
.expect("cannot acquire ownership of file's handle after drop")
.expect("cannot acquire ownership of file handle after drop")
.into_raw_handle()
}
}
Expand Down

0 comments on commit 2c02037

Please sign in to comment.