From 6e4a3346c71b91225589dff5e73109aad86e7270 Mon Sep 17 00:00:00 2001 From: Larry Marburger Date: Tue, 4 Oct 2011 20:33:36 -0300 Subject: [PATCH] Fix typo --- lib/sprockets/caching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sprockets/caching.rb b/lib/sprockets/caching.rb index 560ebf59e..0a197dbe2 100644 --- a/lib/sprockets/caching.rb +++ b/lib/sprockets/caching.rb @@ -51,7 +51,7 @@ def cache_asset(path) hash = {} asset.encode_with(hash) - # Save the asset to at its path + # Save the asset to its path cache_set_hash(path.to_s, digest.hexdigest, hash) # Since path maybe a logical or full pathname, save the