Skip to content

Commit d15b291

Browse files
authored
Fix typo 'affect' -> 'effect' [ci skip]
1 parent c92757f commit d15b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def requires_reloading?
440440
# is no longer active, then this method will reconnect to the database.
441441
def verify!(*ignored)
442442
if ignored.size > 0
443-
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no affect and has been deprecated. Please remove all arguments from the #verify method call.")
443+
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no effect and has been deprecated. Please remove all arguments from the #verify method call.")
444444
end
445445
reconnect! unless active?
446446
end

0 commit comments

Comments
 (0)