Skip to content

Commit bb0eddb

Browse files
tree: trivial typo fix
Signed-off-by: Allison Karlitskaya <[email protected]>
1 parent d2dea74 commit bb0eddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl<ObjectID: FsVerityHashValue> Directory<ObjectID> {
329329

330330
/// Inserts the given inode into the directory.
331331
///
332-
/// If the `filename` existed previously, the content is completely overwitten, including the
332+
/// If the `filename` existed previously, the content is completely overwritten, including the
333333
/// case that it was a directory.
334334
///
335335
/// # Arguments

0 commit comments

Comments
 (0)