aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/delegation.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/core_ext/module/delegation.rb
parent9c89b29138b02e257ab3c058744eb7f9970c759d (diff)
downloadrails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.tar.gz
rails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.tar.bz2
rails-2c92f5b92fafe036b53cef36428bd8df1bdb99b7.zip
Fix some typos
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module/delegation.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module/delegation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb
index 6d42667e97..3dde87ac2e 100644
--- a/activesupport/lib/active_support/core_ext/module/delegation.rb
+++ b/activesupport/lib/active_support/core_ext/module/delegation.rb
@@ -164,7 +164,7 @@ class Module
#
# Reason is twofold: On one hand doing less calls is in general better.
# On the other hand it could be that the target has side-effects,
- # whereas conceptualy, from the user point of view, the delegator should
+ # whereas conceptually, from the user point of view, the delegator should
# be doing one call.
if allow_nil
module_eval(<<-EOS, file, line - 3)