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

Fixed a typo in the warning.

This commit is contained in:
Kashif Rasul 2012-01-15 00:39:15 +01:00
parent d746580454
commit b999c46310

View file

@ -58,7 +58,7 @@ class AWS < Fog::Bin
when :cloud_watch
Fog::AWS::CloudWatch.new
when :compute
Fog::Logger.warning("AWS[:compute] is not recommended, use Comptue[:aws] for portability")
Fog::Logger.warning("AWS[:compute] is not recommended, use Compute[:aws] for portability")
Fog::Compute.new(:provider => 'AWS')
when :dns
Fog::Logger.warning("AWS[:dns] is not recommended, use DNS[:aws] for portability")