Skip to content

Commit

Permalink
Issue #99 (#100)
Browse files Browse the repository at this point in the history
CHANGE:
  - server/announce.go: Fixed mispelling "happend" -> "happened"
  • Loading branch information
Ian C committed Apr 23, 2016
1 parent 269fa94 commit 5b41031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ func (a *announceData) StartedEventHandler() {

// StoppedEventHandler Called upon announce whenever a client attempts to shut-down gracefully.
// Ensures that the client is removed from complete/incomplete lists.

// TODO(ian): This is what happend whenever the torrent client shuts down
// TODO(ian): This is what happened whenever the torrent client shuts down
// gracefully, so we need to call the mysql backend and store the info and
// remove the ipport from completed/incomplete redis kvs
func (a *announceData) StoppedEventHandler() {
Expand Down

0 comments on commit 5b41031

Please # to comment.