Fix NUMBER typo

This commit is contained in:
Brian Cain 2020-01-21 15:25:47 -08:00
parent 2db81b049b
commit c0fb8af1a3
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -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