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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/a1e0b3bd5c062ff4d6eb1fd23badd395bdd39c7f">https://github.com/macports/macports-base/commit/a1e0b3bd5c062ff4d6eb1fd23badd395bdd39c7f</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 a1e0b3b  portutil.tcl: Fix typos in comments
</span>a1e0b3b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a1e0b3bd5c062ff4d6eb1fd23badd395bdd39c7f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 16 03:52:38 2017 -0600

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portutil.tcl b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index f4b53ba..bf8b5e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2855,7 +2855,7 @@ proc quotemeta {str} {
</span> }
 
 ##
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Recusively chown the given file or directory to the specified user.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Recursively chown the given file or directory to the specified user.
</span> #
 # @param path the file/directory to be chowned
 # @param user the user to chown file to
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2871,7 +2871,7 @@ proc chown {path user} {
</span> }
 
 ##
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Recusively chown the given file or directory to $macportsuser, using root privileges.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Recursively chown the given file or directory to $macportsuser, using root privileges.
</span> #
 # @param path the file/directory to be chowned
 proc chownAsRoot {path} {
</pre><pre style='margin:0'>

</pre>