mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
fix typo
This commit is contained in:
parent
4c33f76559
commit
480cc46c7a
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ module Puma
|
|||
def attempt_bonjour(name)
|
||||
begin
|
||||
require 'dnssd'
|
||||
rescue LoadeError
|
||||
rescue LoadError
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue