Fix small typo on comment

This commit is contained in:
Fabio Rehm 2013-07-28 19:51:28 -03:00
parent 2282a88f3d
commit eefb90ff9d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module Vagrant
@name = name
# Build the proper chain of parents if there are any.
# This allows us to do "inheritence" of capabilities later
# This allows us to do "inheritance" of capabilities later
if guest_info[1]
parent_name = guest_info[1]
parent_info = @guests[parent_name]