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

Merge pull request #699 from kashif/patch-2

One more typo fix.
This commit is contained in:
Dan Prince 2012-01-18 03:15:04 -08:00
commit 5f44609108

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}"