diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index 7c69db5ef26..b940641f4c0 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -142,7 +142,7 @@ class StaticController < ApplicationController file&.read || "" rescue => e AdminDashboardData.add_problem_message('dashboard.bad_favicon_url', 1800) - Rails.logger.warn("Failed to fetch faivcon #{favicon.url}: #{e}\n#{e.backtrace}") + Rails.logger.warn("Failed to fetch favicon #{favicon.url}: #{e}\n#{e.backtrace}") "" ensure file&.unlink