summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/simple_markup
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
commit8460e4adee01fe5d419a7a679455dae668723b70 (patch)
tree54ff7e86b729ac681122c3c22a4987db4d364ed1 /lib/rdoc/markup/simple_markup
parent5667fa237cb1051fb05732f7a91a4125ddc74ec2 (diff)
* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/markup/simple_markup')
-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 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