aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-08-16 10:19:14 +0100
committerLouise Crow <louise.crow@gmail.com>2012-08-16 10:19:14 +0100
commit38e92750a0992e9a6741919f30f751d4b393fe42 (patch)
tree302cd547334e0347c4ed484bc2b9cc387a2fd45f /app/controllers/admin_controller.rb
parent99ada7eea8db32f35a6386362933391b576919b4 (diff)
Fix typo in comment.
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r--app/controllers/admin_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
index d8fda9c01..08528f8a8 100644
--- a/app/controllers/admin_controller.rb
+++ b/app/controllers/admin_controller.rb
@@ -36,7 +36,7 @@ class AdminController < ApplicationController
# also force a search reindexing (so changed text reflected in search)
info_request.reindex_request_events
- # and remove from varnsi
+ # and remove from varnish
info_request.purge_in_cache
end