<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bb547dda78a20ad24786e711dd44b636f0fba778">https://github.com/macports/macports-ports/commit/bb547dda78a20ad24786e711dd44b636f0fba778</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 bb547dda78a qt*: fix typos in comments
</span>bb547dda78a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb547dda78a20ad24786e711dd44b636f0fba778
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Mon Nov 29 02:24:22 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    qt*: fix typos in comments
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [skip ci]
</span>---
 _resources/port1.0/group/qmake5-1.0.tcl | 2 +-
 aqua/phantomjs-qt/Portfile              | 8 ++++----
 aqua/qt5/Portfile                       | 8 ++++----
 aqua/qt511/Portfile                     | 8 ++++----
 aqua/qt513/Portfile                     | 8 ++++----
 aqua/qt53/Portfile                      | 8 ++++----
 aqua/qt55/Portfile                      | 8 ++++----
 aqua/qt56/Portfile                      | 8 ++++----
 aqua/qt57/Portfile                      | 8 ++++----
 aqua/qt58/Portfile                      | 8 ++++----
 aqua/qt59/Portfile                      | 8 ++++----
 aqua/qt6/Portfile                       | 8 ++++----
 12 files changed, 45 insertions(+), 45 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/qmake5-1.0.tcl b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index f18d3bce5db..1b17014c75b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -230,7 +230,7 @@ pre-configure {
</span>         set this_debug false
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>     if { ${this_debug} && !${base_debug}  } {
         puts ${cache} "QT_CONFIG+=debug_and_release build_all debug"
         puts ${cache} "CONFIG+=debug_and_release build_all"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/phantomjs-qt/Portfile b/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 205355442f9..c0ea1e3f038 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -503,7 +503,7 @@ foreach {module module_info} [array get modules] {
</span>             configure.args-append \
                 -sdk macosx
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -564,7 +564,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -617,7 +617,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -638,7 +638,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fbf7b2e2067..0bb70af3c66 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1317,7 +1317,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-libudev       \
                 -no-egl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1377,7 +1377,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1430,7 +1430,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1451,7 +1451,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt511/Portfile b/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 988dc9e618e..0e479f97ffe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1182,7 +1182,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-libudev       \
                 -no-egl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1242,7 +1242,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1295,7 +1295,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1316,7 +1316,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt513/Portfile b/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c871bc0bfee..598efba4c96 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1196,7 +1196,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-libudev       \
                 -no-egl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1256,7 +1256,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1309,7 +1309,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1330,7 +1330,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt53/Portfile b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7d7a529e7fd..0189f451964 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1044,7 +1044,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-egl           \
                 -no-openvg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1135,7 +1135,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1188,7 +1188,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1209,7 +1209,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/Portfile b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a504138321b..ea0f572fe1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1042,7 +1042,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-egl           \
                 -no-openvg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1133,7 +1133,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1186,7 +1186,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1207,7 +1207,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/Portfile b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47cd7850e41..57c03d928ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1090,7 +1090,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-egl           \
                 -no-openvg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1181,7 +1181,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1234,7 +1234,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1255,7 +1255,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt57/Portfile b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5cfa9f9ced6..d6a23155243 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1160,7 +1160,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-egl           \
                 -no-openvg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1259,7 +1259,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1312,7 +1312,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1333,7 +1333,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt58/Portfile b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 14664ddca0f..6691a9562c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1158,7 +1158,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-libudev       \
                 -no-egl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1238,7 +1238,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1291,7 +1291,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1312,7 +1312,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt59/Portfile b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5b8052b2305..5bc8c4bf1e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1160,7 +1160,7 @@ foreach {module module_info} [array get modules] {
</span>                 -no-libudev       \
                 -no-egl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1224,7 +1224,7 @@ foreach {module module_info} [array get modules] {
</span>             # these subports use qmake
             PortGroup            qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremint which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1277,7 +1277,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1298,7 +1298,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt6/Portfile b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ddecb4856af..8e6afa43685 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -805,7 +805,7 @@ foreach {module module_info} [array get modules] {
</span>                 -framework              \
                 -securetransport
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # Qt builds part of the system using environment provided my MacPorts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Qt builds part of the system using environment provided by MacPorts.
</span>             # It builds the rest using its own internal environment.
             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -887,7 +887,7 @@ foreach {module module_info} [array get modules] {
</span>             destroot.destdir
             destroot.env-append DESTDIR=${destroot}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # detremine which variants are to be turned off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # determine which variants are to be turned off
</span>             set request_examples true
             set request_tests    true
             set def_var          ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -940,7 +940,7 @@ foreach {module module_info} [array get modules] {
</span>                     set base_examples false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine if qmake runs tests by default (set via varians)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake runs tests by default (set via variants)
</span>                 if {[active_variants ${name}-qtbase tests ""]} {
                     set base_tests true
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -961,7 +961,7 @@ foreach {module module_info} [array get modules] {
</span>                     set this_tests false
                 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # determine of qmake's default and user requests are compatible; override qmake if necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # determine if qmake's default and user requests are compatible; override qmake if necessary
</span>                 if { ${this_examples} && !${base_examples}  } {
                     configure.args-append "QT_BUILD_PARTS+=\"examples\""
                 }
</pre><pre style='margin:0'>

</pre>