From 480cc46c7a1c7f69ab8679ff871f6495296529b1 Mon Sep 17 00:00:00 2001 From: Christopher Rigor Date: Sat, 22 Oct 2011 07:46:22 +0800 Subject: [PATCH] fix typo --- lib/puma/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/server.rb b/lib/puma/server.rb index 8149b77db6..dbe8026f27 100644 --- a/lib/puma/server.rb +++ b/lib/puma/server.rb @@ -386,7 +386,7 @@ def stop(sync=false) def attempt_bonjour(name) begin require 'dnssd' - rescue LoadeError + rescue LoadError return false end