aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-12-03 13:29:02 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-12-03 13:29:02 +1100
commit7f1c794a11c463f4b50d46180932fa4a62e369a5 (patch)
treed7b746983daf385a30afc8074123dfb97cbb854f /activesupport
parent1304c92b68ef365fd4863de0a9fd5ce38b71b67c (diff)
downloadrails-7f1c794a11c463f4b50d46180932fa4a62e369a5.tar.gz
rails-7f1c794a11c463f4b50d46180932fa4a62e369a5.tar.bz2
rails-7f1c794a11c463f4b50d46180932fa4a62e369a5.zip
Remove extra f
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/dependencies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index 787437c49a..dab6fdbac6 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -331,7 +331,7 @@ module ActiveSupport #:nodoc:
if load?
log "loading #{file_name}"
- # Enable warnings iff this file has not been loaded before and
+ # Enable warnings if this file has not been loaded before and
# warnings_on_first_load is set.
load_args = ["#{file_name}.rb"]
load_args << const_path unless const_path.nil?