Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion goagain.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
OnSIGHUP func(l net.Listener) error

// OnSIGUSR1 is the function called when the server receives a
// SIGUSR1 signal. The normal use case for SIGUSR1 is to repon the
// SIGUSR1 signal. The normal use case for SIGUSR1 is to reopen the
// log files.
OnSIGUSR1 func(l net.Listener) error

Expand Down