Skip to content

Commit ba1c802

Browse files
committed
[TYPO] transfering -> transferring
1 parent 1dc8ae8 commit ba1c802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backend/chain_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def setup
7878
"Bah"], I18n.t([:formats, :plural_2, :bah], :default => 'Bah')
7979
end
8080

81-
test "store_translations options are not dropped while transfering to backend" do
81+
test "store_translations options are not dropped while transferring to backend" do
8282
@first.expects(:store_translations).with(:foo, {:bar => :baz}, {:option => 'persists'})
8383
I18n.backend.store_translations :foo, {:bar => :baz}, {:option => 'persists'}
8484
end

0 commit comments

Comments
 (0)