backend: fix misspellings

This commit is contained in:
Fabian Möller 2019-02-07 18:41:17 +01:00
parent f3874707ee
commit a0d4c04687
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31
35 changed files with 94 additions and 94 deletions

View file

@ -307,7 +307,7 @@ func (f *Fs) newPipeline(c azblob.Credential, o azblob.PipelineOptions) pipeline
return pipeline.NewPipeline(factories, pipeline.Options{HTTPSender: httpClientFactory(f.client), Log: o.Log})
}
// 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)