This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 7ffac0533a65300e753c6a7d23bd768066110991
Author: Emmanuel Bourg <ebo...@apache.org>
AuthorDate: Wed Sep 28 13:51:12 2022 +0200

    Fix the typos in the build files
---
 build.xml                 | 4 ++--
 res/maven/mvn-pub.xml     | 2 +-
 res/scripts/check-mime.pl | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index 43164e6bda..4756a78d8b 100644
--- a/build.xml
+++ b/build.xml
@@ -2318,7 +2318,7 @@ version.dev=
 # Ensure consistent timestamps for reproducible builds.
 ant.tstamp.now.iso=${tstamp.iso.release}
 
-# Enable insertion of detatched signatures into the Windows installer.
+# Enable insertion of detached signatures into the Windows installer.
 do.codesigning=true
 
 # Re-use the same GPG executable.
@@ -2336,7 +2336,7 @@ gpg.exec=${gpg.exec}
 # Java Version:    ${java.vm.version}
 
 # The following is provided for information only. Builds will be repeatable
-# whether or not the build ennvironment in consistent with this information.
+# whether or not the build environment in consistent with this information.
 #
 # OS:              ${os.arch} ${os.name} ${os.version}
 # File encoding:   ${file.encoding}
diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index 8d420f23bf..e06320673f 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -351,7 +351,7 @@
         file="${tomcat.extras.path}/catalina-ws.jar"
         src="${tomcat.extras.src.path}/catalina-ws-src.jar" />
 
-    <!-- Emedded jars -->
+    <!-- Embedded jars -->
     <!-- Skip DBCP - optional and can use standard ones above -->
     <doMavenDeploy artifactId="tomcat-embed-core"
         groupId="org.apache.tomcat.embed"
diff --git a/res/scripts/check-mime.pl b/res/scripts/check-mime.pl
index a589022e18..e3359bd8d5 100755
--- a/res/scripts/check-mime.pl
+++ b/res/scripts/check-mime.pl
@@ -37,7 +37,7 @@
 #    new web.xml.
 # B) Mime type differences for the same extension between httpd
 #    and Tomcat that are not part of TOMCAT_KEEP are logged.
-#    They will be overwritten wit the httpd definition in the generated
+#    They will be overwritten with the httpd definition in the generated
 #    new web.xml. If you want to keep their Tomcat definition, add them
 #    to TOMCAT_KEEP and run the script again. If you want to use the
 #    definitions from httpd, commit the generated new web.xml.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to