aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/file_update_checker.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-06-07 16:23:29 +0530
committerVipul A M <vipulnsward@gmail.com>2013-06-07 16:23:29 +0530
commit2c92f5b92fafe036b53cef36428bd8df1bdb99b7 (patch)
tree49c8eb32a80b7106881ece3bc2e68c9794c6ebb0 /activesupport/lib/active_support/file_update_checker.rb
parent9c89b29138b02e257ab3c058744eb7f9970c759d (diff)
downloadrails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.tar.gz
rails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.tar.bz2
rails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.zip
Fix some typos
Diffstat (limited to 'activesupport/lib/active_support/file_update_checker.rb')
-rw-r--r--activesupport/lib/active_support/file_update_checker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/file_update_checker.rb b/activesupport/lib/active_support/file_update_checker.rb
index 20136dd1b0..d6918bede2 100644
--- a/activesupport/lib/active_support/file_update_checker.rb
+++ b/activesupport/lib/active_support/file_update_checker.rb
@@ -115,7 +115,7 @@ module ActiveSupport
end
def compile_glob(hash)
- hash.freeze # Freeze so changes aren't accidently pushed
+ hash.freeze # Freeze so changes aren't accidentally pushed
return if hash.empty?
globs = hash.map do |key, value|