aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorGosha Arinich <me@goshakkk.name>2013-01-07 11:47:27 +0300
committerGosha Arinich <me@goshakkk.name>2013-01-07 11:47:27 +0300
commit0acf92184dab8d97db7d447bea8e3c6097b33722 (patch)
treeee37ef9f2038a578ea789bdf64e10381e6da3697 /activerecord/test/cases
parent09626e2ebaed9852a26b5572e3d27f4a154d6a05 (diff)
downloadrails-0acf92184dab8d97db7d447bea8e3c6097b33722.tar.gz
rails-0acf92184dab8d97db7d447bea8e3c6097b33722.tar.bz2
rails-0acf92184dab8d97db7d447bea8e3c6097b33722.zip
prefer american spelling of 'behavior'
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/deprecated_dynamic_methods_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/deprecated_dynamic_methods_test.rb b/activerecord/test/cases/deprecated_dynamic_methods_test.rb
index dde36e7f72..33164754de 100644
--- a/activerecord/test/cases/deprecated_dynamic_methods_test.rb
+++ b/activerecord/test/cases/deprecated_dynamic_methods_test.rb
@@ -1,7 +1,7 @@
# This file should be deleted when activerecord-deprecated_finders is removed as
# a dependency.
#
-# It is kept for now as there is some fairly nuanced behaviour in the dynamic
+# It is kept for now as there is some fairly nuanced behavior in the dynamic
# finders so it is useful to keep this around to guard against regressions if
# we need to change the code.