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

Merge pull request #1015 from bf4/patch-1

Typo :) [ci skip]
This commit is contained in:
Evan Phoenix 2016-07-18 21:21:15 -07:00 committed by GitHub
commit 1352a8d989

View file

@ -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