vfs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-03-25 08:10:16 +01:00
committed by albertony
parent 55a12bd639
commit 9ee1b21ec2
4 changed files with 6 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ var DefaultOpt = Options{
DiskSpaceTotalSize: -1,
}
// Init the options, making sure everything is withing range
// Init the options, making sure everything is within range
func (opt *Options) Init() {
// Mask the permissions with the umask
opt.DirPerms &= ^os.FileMode(opt.Umask)