We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1068d2e commit 35ddd85Copy full SHA for 35ddd85
src/proto/media/file/mod.rs
@@ -228,7 +228,7 @@ pub trait File: Sized {
228
fn is_directory(&self) -> Result<bool>;
229
}
230
231
-// Internal File helper methods to access the funciton pointer table.
+// Internal File helper methods to access the function pointer table.
232
trait FileInternal: File {
233
fn imp(&mut self) -> &mut FileImpl {
234
unsafe { &mut *self.handle().0 }
0 commit comments