From c9dd4823d98141754842c0b356b141d94ba36604 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 20 Mar 2010 03:30:59 +0000 Subject: * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xmlrpc') diff --git a/lib/xmlrpc/server.rb b/lib/xmlrpc/server.rb index 6b5c5d4253..b7345cd9d6 100644 --- a/lib/xmlrpc/server.rb +++ b/lib/xmlrpc/server.rb @@ -133,7 +133,7 @@ the same class. begin ret = obj.call(*args) # call the original service-method # could convert the return value - resuce + rescue # rescue exceptions end } -- cgit v1.2.3