One more typo fix.

This commit is contained in:
Kashif Rasul 2012-01-18 10:16:06 +01:00
parent 5bd9881a7e
commit c551e87d29
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Voxel < Fog::Bin
@@connections ||= Hash.new do |hash, key|
hash[key] = case key
when :compute
Fog::Logger.warning("Voxel[:comupte] is not recommended, use Compute[:voxel]] for portability")
Fog::Logger.warning("Voxel[:compute] is not recommended, use Compute[:voxel] for portability")
Fog::Compute.new(:provider => 'Voxel')
else
raise ArgumentError, "Unrecognized service: #{key.inspect}"