From 78bd9eec34af9f0a1a00d9ed50412d0a2b468cc8 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 15 Aug 2004 10:07:08 +0000 Subject: * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/simple_markup/to_flow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb index ce366d2df7..4718cfaaf6 100644 --- a/lib/rdoc/markup/simple_markup/to_flow.rb +++ b/lib/rdoc/markup/simple_markup/to_flow.rb @@ -1,6 +1,6 @@ require 'rdoc/markup/simple_markup/fragments' require 'rdoc/markup/simple_markup/inline' -require 'CGI' +require 'cgi' module SM -- cgit v1.2.3