This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new b99c16d Fix typo
b99c16d is described below
commit b99c16d1c9f51e05543ff3957f94f52acd68b3d5
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]