From 68ee247a0b5636954368f8691a423bbf7a8530f8 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: http://svn.ruby-lang.org/repos/ruby/trunk@6773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/simple_markup/to_flow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb index ce366d2df..4718cfaaf 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