Fix typos in volume.go

This commit is contained in:
Johannes Scheuermann 2016-07-11 12:32:32 +02:00
parent 39bfa168cd
commit 07b81abb6c

View File

@ -135,7 +135,7 @@ type Deleter interface {
// Attacher can attach a volume to a node.
type Attacher interface {
// 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.
Attach(spec *Spec, hostName string) (string, error)