From b9c9766cd413f239ff892ea6b90abfd4a0bada46 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 21 Dec 2013 15:03:32 -0200 Subject: Fix typo [ci skip] --- activesupport/lib/active_support/i18n_railtie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/i18n_railtie.rb b/activesupport/lib/active_support/i18n_railtie.rb index ac9bca44b6..23cd6716e3 100644 --- a/activesupport/lib/active_support/i18n_railtie.rb +++ b/activesupport/lib/active_support/i18n_railtie.rb @@ -52,7 +52,7 @@ module I18n init_fallbacks(fallbacks) if fallbacks && validate_fallbacks(fallbacks) - # Restore avalable locales check so it will take place from now on. + # Restore available locales check so it will take place from now on. I18n.enforce_available_locales = enforce_available_locales reloader = ActiveSupport::FileUpdateChecker.new(I18n.load_path.dup){ I18n.reload! } -- cgit v1.2.3