From b773db1f5443a71b84f673ae31e15f6be78e541b Mon Sep 17 00:00:00 2001 From: Steve Agalloco Date: Thu, 25 Apr 2013 11:08:09 -0400 Subject: [PATCH] fix typo --- lib/twitter/stream/core/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitter/stream/core/common.rb b/lib/twitter/stream/core/common.rb index a2f80b7b5..e9c4d1d91 100644 --- a/lib/twitter/stream/core/common.rb +++ b/lib/twitter/stream/core/common.rb @@ -38,7 +38,7 @@ def on_reconnect(&block) end def on_disconnect(&block) - on('disconnetc', &block) + on('disconnect', &block) end def on_status_withheld(&block)