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

Fix spelling errors.

This commit is contained in:
Anna Fowles-Winkler 2015-10-17 11:31:55 -06:00
parent d56ad84642
commit c20c5fea8d
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ module Puma
begin
@worker_write << "b#{Process.pid}\n"
rescue SystemCallError, IOError
STDERR.puts "Master seems to have exitted, exitting."
STDERR.puts "Master seems to have exited, exiting."
return
end

View file

@ -62,7 +62,7 @@ module Puma
end
Signal.trap "SIGCHLD" do
log "! Error starting new process as daemon, exitting"
log "! Error starting new process as daemon, exiting"
exit 1
end