<pre style='margin:0'>
Mihai Moldovan (Ionic) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/591f8a222afa6beaaf9f1c8ba90b455eb984b6aa">https://github.com/macports/macports-base/commit/591f8a222afa6beaaf9f1c8ba90b455eb984b6aa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 591f8a222afa6beaaf9f1c8ba90b455eb984b6aa
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Sun Nov 5 08:10:24 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    src/port1.0/porttrace.tcl: fix another "the"/"this" (likely) typo.
</span>---
 src/port1.0/porttrace.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/porttrace.tcl b/src/port1.0/porttrace.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index eb32c2a..9d5256a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/porttrace.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/porttrace.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -137,7 +137,7 @@ namespace eval porttrace {
</span>         # characters and that the macports user must be able to connect to
         # the socket (and in case of non-root installations, the current user,
         # too). We're not prefixing the path in /tmp with a separate
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # macports-specific directory, because the might not be writable by all
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # macports-specific directory, because this might not be writable by all
</span>         # users.
         set fifo "/tmp/macports-trace-[pid]-[expr {int(rand() * 10000)}]"
 
</pre><pre style='margin:0'>

</pre>