Skip to content

Commit

Permalink
Speling
Browse files Browse the repository at this point in the history
"opptions" --> "options"
  • Loading branch information
md2perpe authored and marstr committed Aug 23, 2017
1 parent 03719f6 commit 63bda4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/file.go
Expand Up @@ -426,7 +426,7 @@ func (f *File) URL() string {
return f.fsc.client.getEndpoint(fileServiceName, f.buildPath(), nil)
}

// WriteRangeOptions includes opptions for a write file range operation
// WriteRangeOptions includes options for a write file range operation
type WriteRangeOptions struct {
Timeout uint
ContentMD5 string
Expand Down

0 comments on commit 63bda4f

Please sign in to comment.