From eefb90ff9d718233e82e886758ae7d275160e36c Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 28 Jul 2013 19:51:28 -0300 Subject: [PATCH] Fix small typo on comment --- lib/vagrant/guest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/guest.rb b/lib/vagrant/guest.rb index 1c0dab158..6f2c26c60 100644 --- a/lib/vagrant/guest.rb +++ b/lib/vagrant/guest.rb @@ -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]