Fix typo, remove obsolete config option for wheels.
diff --git a/pyproject.toml b/pyproject.toml
index 9ad93e3..a75dd44 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -74,7 +74,7 @@
 
 [project.optional-dependencies]
 build = [
-    "build==1.2.1"
+    "build==1.2.2"
 ]
 publish = [
     "twine==5.1.1"
@@ -128,7 +128,6 @@
 readme = {file = ["README.rst"], content-type = "text/x-rst"}
 
 [tool.distutils.bdist_wheel]
-universal = true
 
 
 [tool.black]
diff --git a/setup.py b/setup.py
index 0659d81..0567aba 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Project utilized pyproject.toml for setup and packaging metadata, this file is only left in place
+# Project utilizes pyproject.toml for setup and packaging metadata, this file is only left in place
 # so we can still utilize setup.py --version
 
 from setuptools import setup