Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
fix typos in messages (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
curx authored and harshavardhana committed Sep 15, 2017
1 parent 7f5c3d2 commit 13c4cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func (d *minfsDriver) Create(r volume.Request) volume.Response {
"endpoint": config.endpoint,
"bucket": config.bucket,
"opts": config.opts,
}).Info("Bucket already exisits.")
}).Info("Bucket already exists.")
}

// mountpoint is the local path where the remote bucket is mounted.
Expand Down Expand Up @@ -500,7 +500,7 @@ func (d *minfsDriver) unmountVolume(target string) error {
func main() {
// --mountroot flag defines the root folder where are the volumes are mounted.
// If the option is not specified '/mnt' is taken as default mount root.
mountRoot := flag.String("mountroot", "/mnt", "root for mouting Minio buckets.")
mountRoot := flag.String("mountroot", "/mnt", "root for mounting Minio buckets.")
flag.Parse()

// check if the mount root exists.
Expand Down

0 comments on commit 13c4cae

Please sign in to comment.