core: fix small comment typo

This commit is contained in:
phinze 2013-11-27 18:56:48 -06:00
parent db9c8dd6b3
commit ee44e717f0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Vagrant
module Config
module V2
# This is the root configuration class. An instance of this is what
# is passed into version 1 Vagrant configuration blocks.
# is passed into version 2 Vagrant configuration blocks.
class Root
# Initializes a root object that maps the given keys to specific
# configuration classes.