Skip to content

Commit 1b08640

Browse files
committed
refactor: rename variable 'opath' to 'chmods' in safe_traversal.rs
1 parent c7acfab commit 1b08640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uucore/src/lib/features/safe_traversal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// spell-checker:ignore CLOEXEC RDONLY TOCTOU closedir dirp fdopendir fstatat openat REMOVEDIR unlinkat smallfile
1212
// spell-checker:ignore RAII dirfd fchownat fchown FchmodatFlags fchmodat fchmod mkdirat CREAT WRONLY ELOOP ENOTDIR
13-
// spell-checker:ignore atimensec mtimensec ctimensec
13+
// spell-checker:ignore atimensec mtimensec ctimensec opath chmods
1414

1515
#[cfg(test)]
1616
use std::os::unix::ffi::OsStringExt;

0 commit comments

Comments
 (0)