Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Mar 14, 2017
1 parent a283e25 commit a9fbcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func fileCompare(p1, p2 string) (bool, error) {
func MkDir(path string) error {

if s3path(path) {
s3log("store.mkDir: silenty refusing to create unneeded dir path on S3: [%s]", path)
s3log("store.MkDir: silently refusing to create unneeded dir path on S3: [%s]", path)
return nil
}

Expand Down

0 comments on commit a9fbcd7

Please sign in to comment.