From b999c46310581245b76545ea8ae2b0f70d9b2630 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Sun, 15 Jan 2012 00:39:15 +0100 Subject: [PATCH] Fixed a typo in the warning. --- lib/fog/bin/aws.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/bin/aws.rb b/lib/fog/bin/aws.rb index 55b342bdd..31bca6316 100644 --- a/lib/fog/bin/aws.rb +++ b/lib/fog/bin/aws.rb @@ -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")