Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stve authored and sferik committed Jun 30, 2013
1 parent e42f32b commit 701cebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/stream/core/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 701cebe

Please sign in to comment.