Skip to content

Commit 35ddd85

Browse files
committed
typo
1 parent 1068d2e commit 35ddd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/media/file/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ pub trait File: Sized {
228228
fn is_directory(&self) -> Result<bool>;
229229
}
230230

231-
// Internal File helper methods to access the funciton pointer table.
231+
// Internal File helper methods to access the function pointer table.
232232
trait FileInternal: File {
233233
fn imp(&mut self) -> &mut FileImpl {
234234
unsafe { &mut *self.handle().0 }

0 commit comments

Comments
 (0)