From 161dc68599db2b548524bade0816adeba7f95f15 Mon Sep 17 00:00:00 2001
From: Ryo Hashimoto <ryohashimoto@gmail.com>
Date: Sat, 19 Dec 2015 01:09:16 +0900
Subject: Fix `receive` spelling

---
 actioncable/test/channel/base_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'actioncable/test')

diff --git a/actioncable/test/channel/base_test.rb b/actioncable/test/channel/base_test.rb
index c18ddc5218..80bea404cd 100644
--- a/actioncable/test/channel/base_test.rb
+++ b/actioncable/test/channel/base_test.rb
@@ -137,7 +137,7 @@ class ActionCable::Channel::BaseTest < ActiveSupport::TestCase
     assert_equal [ :chatters ], @channel.last_action
   end
 
-  test "should dispatch recieve action when perform_action is called with empty action" do
+  test "should dispatch receive action when perform_action is called with empty action" do
     data = { 'content' => 'hello' }
     @channel.perform_action data
     assert_equal [ :receive ], @channel.last_action
-- 
cgit v1.2.3