Skip to content

Commit b84ff35

Browse files
authored
Add canonicalized to the ignore spell list
1 parent f4ca963 commit b84ff35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uu/df/src/filesystem.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//! A [`Filesystem`] struct represents a device containing a
88
//! filesystem mounted at a particular directory. It also includes
99
//! information on amount of space available and amount of space used.
10+
// spell-checker:ignore canonicalized
1011
use std::path::Path;
1112

1213
#[cfg(unix)]

0 commit comments

Comments
 (0)