Revision: 68358 http://trac.macports.org/changeset/68358 Author: ryandesign@macports.org Date: 2010-06-01 18:32:49 -0700 (Tue, 01 Jun 2010) Log Message: ----------- rb19-wirble: fix typos in description Modified Paths: -------------- trunk/dports/ruby/rb19-wirble/Portfile Modified: trunk/dports/ruby/rb19-wirble/Portfile =================================================================== --- trunk/dports/ruby/rb19-wirble/Portfile 2010-06-02 01:31:06 UTC (rev 68357) +++ trunk/dports/ruby/rb19-wirble/Portfile 2010-06-02 01:32:49 UTC (rev 68358) @@ -6,9 +6,9 @@ ruby.setup wirble 0.1.3 gem {} rubygems ruby19 description Handful of common Irb features, made easy. long_description \ - Wirble is a set of enhancements for Irb. Basically, it allwos you to \ + Wirble is a set of enhancements for Irb. Basically, it allows you to \ fill Irb with useful features without turning your ~/.irbic file into \ - swiss cheese. Wirble includes tab-completion, history, and a built-in \ + Swiss cheese. Wirble includes tab-completion, history, and a built-in \ ri command, as well as colorized results and a couple other goodies. license MIT maintainers singingwolfboy openmaintainer @@ -22,4 +22,4 @@ set docdir ${destroot}${prefix}/share/doc/${ruby.module} xinstall -d ${docdir} xinstall -W ${gemdir} README ChangeLog _irbrc ${docdir} -} \ No newline at end of file +}