1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix spelling mistake.

This commit is contained in:
Rizwan Reza 2010-05-18 05:12:08 +08:00 committed by Wesley Beary
parent 39ef03c23c
commit 4bbfc7adae

View file

@ -32,7 +32,7 @@ module Vcloud
end
def startup_notice
puts "You have acess to the following Vcloud services: #{Vcloud.registered_services}."
puts "You have access to the following vCloud services: #{Vcloud.registered_services}."
end
def [](service)