From 077236095a06187df114b5ee86b85905d5f42c39 Mon Sep 17 00:00:00 2001 From: stephen charles baldwin Date: Tue, 31 Mar 2015 10:56:18 -0700 Subject: [PATCH] fix minor typo in get_object_https_url --- lib/fog/rackspace/requests/storage/get_object_https_url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/rackspace/requests/storage/get_object_https_url.rb b/lib/fog/rackspace/requests/storage/get_object_https_url.rb index 81848373c..b5f8fd9da 100644 --- a/lib/fog/rackspace/requests/storage/get_object_https_url.rb +++ b/lib/fog/rackspace/requests/storage/get_object_https_url.rb @@ -21,7 +21,7 @@ module Fog # http://docs.rackspace.com/files/api/v1/cf-devguide/content/Create_TempURL-d1a444.html def get_object_https_url(container, object, expires, options = {}) if @rackspace_temp_url_key.nil? - raise ArgumentError, "Storage must my instantiated with the :rackspace_temp_url_key option" + raise ArgumentError, "Storage must be instantiated with the :rackspace_temp_url_key option" end method = options[:method] || 'GET'