summaryrefslogtreecommitdiff
path: root/lib/xmlrpc/server.rb
diff options
context:
space:
mode:
-rw-r--r--lib/xmlrpc/server.rb2
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ the same class.
begin
ret = obj.call(*args) # call the original service-method
# could convert the return value
- resuce
# rescue exceptions
end
}