Fix NUMBER typo
This commit is contained in:
parent
2db81b049b
commit
c0fb8af1a3
@ -9,7 +9,7 @@ module VagrantPlugins
|
||||
LOGGER = Log4r::Logger.new("vagrant::plugins::virtualbox::configure_disks")
|
||||
|
||||
# The max amount of disks that can be attached to a single device in a controller
|
||||
MAX_DISK_NUMER = 30.freeze
|
||||
MAX_DISK_NUMBER = 30.freeze
|
||||
|
||||
# @param [Vagrant::Machine] machine
|
||||
# @param [VagrantPlugins::Kernel_V2::VagrantConfigDisk] defined_disks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user