summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-15 10:07:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-15 10:07:08 +0000
commitefd92f624b57082bf161817e818f50a3c83b4f99 (patch)
tree0cf7852d5f846c9383d2633809c06f0b1b60173e /lib
parentdf224e85b3667c1ed40026eed6db6b831994f2fc (diff)
downloadruby-efd92f624b57082bf161817e818f50a3c83b4f99.tar.gz
ruby-efd92f624b57082bf161817e818f50a3c83b4f99.tar.xz
ruby-efd92f624b57082bf161817e818f50a3c83b4f99.zip
* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/markup/simple_markup/to_flow.rb2
1 files changed, 1 insertions, 1 deletions
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