Commit 07b81abb authored by Johannes Scheuermann's avatar Johannes Scheuermann

Fix typos in volume.go

parent 39bfa168
...@@ -135,7 +135,7 @@ type Deleter interface { ...@@ -135,7 +135,7 @@ type Deleter interface {
// Attacher can attach a volume to a node. // Attacher can attach a volume to a node.
type Attacher interface { type Attacher interface {
// Attaches the volume specified by the given spec to the given host. // Attaches the volume specified by the given spec to the given host.
// On success, returns the device path where the device was attache don the // On success, returns the device path where the device was attached on the
// node. // node.
Attach(spec *Spec, hostName string) (string, error) Attach(spec *Spec, hostName string) (string, error)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment