Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfa committed Oct 6, 2014
1 parent daf7757 commit eae50c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sue/src/tranceiver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ handle_cast({send_msg_listener, Message}, #state{table_id = Table} = State) ->

handle_cast(die, State) ->
lager:info("die!"),
exit(self(),killed),
exit(self(),kill),
{noreply, State};

handle_cast(_Msg, State) ->
Expand Down

0 comments on commit eae50c3

Please sign in to comment.