Skip to content

Commit 77eeafd

Browse files
committed
Fix typo
1 parent 7133af5 commit 77eeafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/resource_libvirt_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func resourceLibvirtVolumeCreate(d *schema.ResourceData, meta interface{}) error
209209
return err
210210
}
211211

212-
// if the volumen does not specify size, set it to the size of the backing store
212+
// if the volume does not specify size, set it to the size of the backing store
213213
if _, ok := d.GetOk("size"); !ok {
214214
volumeDef.Capacity.Value = backingStoreVolumeDef.Capacity.Value
215215
}

0 commit comments

Comments
 (0)