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 Aug 19, 2013
1 parent ccb6b6a commit d108cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/stream/core/common.rb
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 d108cca

Please sign in to comment.