Fix a typo

This commit is contained in:
Stjepan Glavina 2019-09-09 09:18:56 +02:00
parent b849669998
commit 2c02037673

View file

@ -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()
}
}