From 85b27d3747f31e6b588c2589e88b70c2f0fc351e Mon Sep 17 00:00:00 2001 From: Dmytrii Nagirniak Date: Sun, 4 Sep 2011 18:19:17 +1000 Subject: [PATCH] spelling fix in comment --- lib/guard/rails-assets/rails_runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/rails-assets/rails_runner.rb b/lib/guard/rails-assets/rails_runner.rb index 51bfb03..8b800d4 100644 --- a/lib/guard/rails-assets/rails_runner.rb +++ b/lib/guard/rails-assets/rails_runner.rb @@ -16,7 +16,7 @@ module Guard # TODO: Now another hack: Rails replaces Rails.application.assets with Rails.applciation.assets.index # (this happens when config.action_controller.perform_caching is true) - # It caches all the assets, so that the Rakse task can't be reused + # It caches all the assets, so that the Rake task can't be run multiple times require 'sprockets/environment' Sprockets::Environment.class_eval do def index; self; end # instead of Index.new(self)