Fix code comment typo

This commit is contained in:
Brian Cain 2019-10-23 14:52:24 -07:00
parent ad73969010
commit c18f36e516
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module VagrantPlugins
@primary = true if @primary == UNSET_VALUE
# Give the disk a default name if unset
# TODO: Name not required if primray?
# TODO: Name not required if primary?
@name = "vagrant_#{@type.to_s}_#{@id.split("-").last}" if @name == UNSET_VALUE
@config = nil if @config == UNSET_VALUE