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:
parent
d56ad84642
commit
c20c5fea8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue