diff --git a/lib/fog/bin/voxel.rb b/lib/fog/bin/voxel.rb index a4dc218f1..7d384734d 100644 --- a/lib/fog/bin/voxel.rb +++ b/lib/fog/bin/voxel.rb @@ -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}"