From 52f7c53707cab700dd04502d59c8d9d7fea752e1 Mon Sep 17 00:00:00 2001 From: Tawan Sierek Date: Sun, 12 May 2013 16:32:15 +0300 Subject: [PATCH] Fix typo. --- lib/vagrant/machine_state.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/machine_state.rb b/lib/vagrant/machine_state.rb index 9dcfffa3d..6da2996e9 100644 --- a/lib/vagrant/machine_state.rb +++ b/lib/vagrant/machine_state.rb @@ -3,7 +3,7 @@ module Vagrant # class that simply stores a short and long description of the state # of a machine. # - # The state also stores a state "id" which ca be used as a unique + # The state also stores a state "id" which can be used as a unique # identifier for a state. This should be a symbol. This allows internal # code to compare state such as ":not_created" instead of using # string comparison.