Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crigor committed Oct 21, 2011
1 parent 4c33f76 commit 480cc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/server.rb
Expand Up @@ -386,7 +386,7 @@ def stop(sync=false)
def attempt_bonjour(name)
begin
require 'dnssd'
rescue LoadeError
rescue LoadError
return false
end

Expand Down

0 comments on commit 480cc46

Please sign in to comment.