1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos inspired by r40825

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-19 14:50:47 +00:00
parent 66795c4774
commit c54733e120
12 changed files with 22 additions and 22 deletions

View file

@ -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