Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Dec 21, 2013
1 parent 273045d commit b9c9766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/i18n_railtie.rb
Expand Up @@ -52,7 +52,7 @@ def self.initialize_i18n(app)

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! }
Expand Down

0 comments on commit b9c9766

Please sign in to comment.