This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new d656101 Fix typo d656101 is described below commit d6561014930c1b6b5df6f87f889dd54de94193d5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 16 19:19:16 2019 +0100 Fix typo --- java/org/apache/tomcat/buildutil/SignCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/buildutil/SignCode.java b/java/org/apache/tomcat/buildutil/SignCode.java index bde6bcd..3f0c50f 100644 --- a/java/org/apache/tomcat/buildutil/SignCode.java +++ b/java/org/apache/tomcat/buildutil/SignCode.java @@ -206,7 +206,7 @@ public class SignCode extends Task { SOAPConnectionFactory soapConnectionFactory = SOAPConnectionFactory.newInstance(); SOAPConnection connection = soapConnectionFactory.createConnection(); - log("Sending singing request to server and waiting for response"); + log("Sending signing request to server and waiting for response"); SOAPMessage response = connection.call(message, SIGNING_SERVICE_URL); if (debug) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org