From 043c0eaac0e63eacc5da6624432420a903e8f2d6 Mon Sep 17 00:00:00 2001 From: ayumin Date: Wed, 7 Nov 2012 06:49:57 +0000 Subject: * lib/webrick.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/webrick.rb') diff --git a/lib/webrick.rb b/lib/webrick.rb index f295e6e7aa..be6d314dd6 100644 --- a/lib/webrick.rb +++ b/lib/webrick.rb @@ -6,7 +6,7 @@ # logging of both server operations and HTTP access. WEBrick supports both # basic and digest authentication in addition to algorithms not in RFC 2617. # -# A WEBrick servers can be composed of multiple WEBrick servers or servlets to +# A WEBrick server can be composed of multiple WEBrick servers or servlets to # provide differing behavior on a per-host or per-path basis. WEBrick # includes servlets for handling CGI scripts, ERb pages, ruby blocks and # directory listings. -- cgit v1.2.3