aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlrpc')
-rw-r--r--lib/xmlrpc/server.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmlrpc/server.rb b/lib/xmlrpc/server.rb
index 839353da1a..c16375b405 100644
--- a/lib/xmlrpc/server.rb
+++ b/lib/xmlrpc/server.rb
@@ -430,7 +430,7 @@ class CGIServer < BasicServer
</head>
<body>
<h1>#{err}</h1>
- <p>Unexpected error occured while processing XML-RPC request!</p>
+ <p>Unexpected error occurred while processing XML-RPC request!</p>
</body>
</html>
MSGEND
@@ -505,7 +505,7 @@ class ModRubyServer < BasicServer
</head>
<body>
<h1>#{err}</h1>
- <p>Unexpected error occured while processing XML-RPC request!</p>
+ <p>Unexpected error occurred while processing XML-RPC request!</p>
</body>
</html>
MSGEND