diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-15 10:07:08 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-15 10:07:08 +0000 |
commit | 68ee247a0b5636954368f8691a423bbf7a8530f8 (patch) | |
tree | 54ff7e86b729ac681122c3c22a4987db4d364ed1 /lib/rdoc/markup | |
parent | 283031c5f2e32a8b8bd9237c2f1106cf5d73f74c (diff) | |
download | ruby-68ee247a0b5636954368f8691a423bbf7a8530f8.tar.gz ruby-68ee247a0b5636954368f8691a423bbf7a8530f8.tar.xz ruby-68ee247a0b5636954368f8691a423bbf7a8530f8.zip |
* 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
Diffstat (limited to 'lib/rdoc/markup')
-rw-r--r-- | lib/rdoc/markup/simple_markup/to_flow.rb | 2 |
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 |