This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3_0_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/3_0_x-fixes by this push: new e34e795d2 Fix typo in WSDocInfo documentation (#274) e34e795d2 is described below commit e34e795d210685f3fb34dbb71a803683951c7402 Author: wandi34 <i...@andreas-winter.eu> AuthorDate: Thu Feb 1 10:26:31 2024 +0100 Fix typo in WSDocInfo documentation (#274) --- ws-security-dom/src/main/java/org/apache/wss4j/dom/WSDocInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-security-dom/src/main/java/org/apache/wss4j/dom/WSDocInfo.java b/ws-security-dom/src/main/java/org/apache/wss4j/dom/WSDocInfo.java index cf66023c8..838550b63 100644 --- a/ws-security-dom/src/main/java/org/apache/wss4j/dom/WSDocInfo.java +++ b/ws-security-dom/src/main/java/org/apache/wss4j/dom/WSDocInfo.java @@ -25,7 +25,7 @@ package org.apache.wss4j.dom; * used Crypto, and others. * * Using the Document's hash a caller can identify a document and get - * the stored information that me be necessary to process the document. + * the stored information that may be necessary to process the document. * The main usage for this is (are) the transformation functions that * are called during Signature/Verification process. */