This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 3e1fc1d Fix typo
3e1fc1d is described below
commit 3e1fc1d27a08475ad5ecfeeb5a93d78eef2ef83c
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 20b6bed..a1d1955 100644
--- a/java/org/apache/tomcat/buildutil/SignCode.java
+++ b/java/org/apache/tomcat/buildutil/SignCode.java
@@ -208,7 +208,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]