This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new b5d511e6b Fix typo in WSDocInfo documentation (#274)
b5d511e6b is described below
commit b5d511e6b140ebc66cd8e56351bfb4b6fc1fa9dd
Author: wandi34 <[email protected]>
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.
*/