forked from TrueCloudLab/rclone
backend: fix misspellings
This commit is contained in:
parent
f3874707ee
commit
a0d4c04687
35 changed files with 94 additions and 94 deletions
|
@ -430,7 +430,7 @@ func NewFsWithConnection(opt *Options, name, root string, c *swift.Connection, n
|
|||
return f, nil
|
||||
}
|
||||
|
||||
// NewFs contstructs an Fs from the path, container:path
|
||||
// NewFs constructs an Fs from the path, container:path
|
||||
func NewFs(name, root string, m configmap.Mapper) (fs.Fs, error) {
|
||||
// Parse config into Options struct
|
||||
opt := new(Options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue