Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeadwindFly authored and HeadwindFly committed Nov 17, 2016
1 parent 67d0a78 commit 6e2f173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endless.go
Expand Up @@ -422,7 +422,7 @@ func (srv *endlessServer) fork() (err error) {
runningServerReg.Lock()
defer runningServerReg.Unlock()

// only one server isntance should fork!
// only one server instance should fork!
if runningServersForked {
return errors.New("Another process already forked. Ignoring this one.")
}
Expand Down

0 comments on commit 6e2f173

Please sign in to comment.