mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
vfs: fix typos found by codespell
This commit is contained in:
committed by
albertony
parent
55a12bd639
commit
9ee1b21ec2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user