diff --git a/drivers/volume/volume.go b/drivers/volume/volume.go index d546a85296..e226ffb11f 100644 --- a/drivers/volume/volume.go +++ b/drivers/volume/volume.go @@ -54,7 +54,7 @@ type NodeInfo struct { ID string // Hostname of the node Hostname string - // IPs List of IPs assocaited with the node + // IPs List of IPs associated with the node IPs []string // Status of the node Status NodeStatus