From 902a36c1f6157385fc8cd914f3c8824017efbfeb Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 5 Jan 2013 17:24:40 +0000 Subject: * lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo in example. Patch by shlensky [Fixes #232 on github] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpservlet/abstract.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/webrick/httpservlet') diff --git a/lib/webrick/httpservlet/abstract.rb b/lib/webrick/httpservlet/abstract.rb index 0d5c5ae48d..d3b00ab4e1 100644 --- a/lib/webrick/httpservlet/abstract.rb +++ b/lib/webrick/httpservlet/abstract.rb @@ -54,7 +54,7 @@ module WEBrick # Servlets can be configured via initialize. The first argument is the # HTTP server the servlet is being initialized for. # - # class Configureable < Simple + # class Configurable < Simple # def initialize server, color, size # super server # @color = color -- cgit v1.2.3