1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Spelling error in log

This commit is contained in:
James Miller 2013-02-06 09:54:48 -08:00
parent 211aef1589
commit 9c6a10a118

View file

@ -496,7 +496,7 @@ module Puma
Thread.new do
IO.select [@check_pipe]
log "! Detected parent died, dieing"
log "! Detected parent died, dying"
exit! 1
end