mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Typo
This commit is contained in:
parent
e34ed8d4d0
commit
66e47b686f
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ module Puma
|
|||
@options[:preload_app]
|
||||
end
|
||||
|
||||
# We do this in a separate method to keep the lambad scope
|
||||
# We do this in a separate method to keep the lambda scope
|
||||
# of the signals handlers as small as possible.
|
||||
def setup_signals
|
||||
Signal.trap "SIGCHLD" do
|
||||
|
|
Loading…
Reference in a new issue