Fix typo.

This commit is contained in:
Tawan Sierek 2013-05-12 16:32:15 +03:00
parent ccfd321ef9
commit 52f7c53707
1 changed files with 1 additions and 1 deletions

View File

@ -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.