backend: fix misspellings

This commit is contained in:
Fabian Möller
2019-02-07 19:51:03 +01:00
parent f3874707ee
commit a0d4c04687
35 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ func (f *Fs) DirCacheFlush() {
f.dirCache.ResetRoot()
}
// NewFs contstructs an Fs from the path, bucket:path
// NewFs constructs an Fs from the path, bucket:path
func NewFs(name, root string, m configmap.Mapper) (fs.Fs, error) {
// Parse config into Options struct
opt := new(Options)