This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c6e3ad20474102c0678682791c5efdef5f4b5942 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 | 4 ++-- res/maven/tomcat-embed-programmatic.pom | 2 +- res/scripts/check-mime.pl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index c037bac436..fde8898f1b 100644 --- a/build.xml +++ b/build.xml @@ -2619,7 +2619,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. @@ -2637,7 +2637,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 1bf4932808..d9977e63fb 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -344,7 +344,7 @@ <doMavenInstall artifactId="tomcat-dbcp"/> <doMavenInstall artifactId="tomcat-websocket"/> - <!-- Emedded jars --> + <!-- Embedded jars --> <doMavenInstall artifactId="tomcat-embed-core" groupId="org.apache.tomcat.embed" file="${tomcat.embed.path}/tomcat-embed-core.jar" @@ -456,7 +456,7 @@ <doMavenDeployNoSrc artifactId="tomcat-i18n-ru"/> <doMavenDeployNoSrc artifactId="tomcat-i18n-zh-CN"/> - <!-- 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/maven/tomcat-embed-programmatic.pom b/res/maven/tomcat-embed-programmatic.pom index 84fe088027..58add74081 100644 --- a/res/maven/tomcat-embed-programmatic.pom +++ b/res/maven/tomcat-embed-programmatic.pom @@ -23,7 +23,7 @@ <groupId>org.apache.tomcat.experimental</groupId> <artifactId>tomcat-embed-programmatic</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> - <description>Exerimental Minimal Tomcat for Programmatic Use</description> + <description>Experimental Minimal Tomcat for Programmatic Use</description> <url>https://tomcat.apache.org/</url> <licenses> <license> 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