<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd99391433d047f76fe4b567e2851ce74f7ecd96">https://github.com/macports/macports-ports/commit/dd99391433d047f76fe4b567e2851ce74f7ecd96</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new dd99391  ruby-1.0.tcl: Fix typos in comments
</span>dd99391 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dd99391433d047f76fe4b567e2851ce74f7ecd96
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jan 5 14:03:54 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ruby-1.0.tcl: Fix typos in comments
</span>---
 _resources/port1.0/group/ruby-1.0.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/ruby-1.0.tcl b/_resources/port1.0/group/ruby-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1775669..2b3e43b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/ruby-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/ruby-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -341,7 +341,7 @@ proc ruby.setup {module vers {type "install.rb"} {docs {}} {source "custom"} {im
</span>             destroot.target     install
             destroot.destdir
             # extconf.rb|mkmf.rb of ruby-1.8 does not support universal binary.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # to build universal extentions, write "Portgrourp muniversal 1.0" in the Portfile.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # to build universal extensions, write "PortGroup muniversal 1.0" in the Portfile.
</span>             if {[variant_isset universal] && (${ruby.branch} eq "1.8") && [info exists universal_archs_supported]} {
                 # generate wrapper for --rubyprog option
                 pre-configure {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -381,7 +381,7 @@ proc ruby.setup {module vers {type "install.rb"} {docs {}} {source "custom"} {im
</span>             destroot.args       RUBY="${ruby.bin}"
 
             # extconf.rb|mkmf.rb of ruby-1.8 does not support universal binary.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # to build universal extentions, write "Portgrourp muniversal 1.0" in the Portfile.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # to build universal extensions, write "PortGroup muniversal 1.0" in the Portfile.
</span>             if {[variant_isset universal] && (${ruby.branch} eq "1.8") && [info exists universal_archs_supported]} {
                 foreach arch ${universal_archs_supported} {
                     lappend merger_configure_env(${arch}) \
</pre><pre style='margin:0'>

</pre>