summaryrefslogtreecommitdiff
path: root/lib/xmlrpc/server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlrpc/server.rb')
-rw-r--r--lib/xmlrpc/server.rb2
1 files changed, 1 insertions, 1 deletions
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
}