This is an automated email from the ASF dual-hosted git repository.

chibenwa pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 42611e0522 Fix typos in mpt javadoc (#3155)
42611e0522 is described below

commit 42611e0522f66b3651c37fd0790096249a9a8824
Author: TianHengZhuang <[email protected]>
AuthorDate: Thu Sep 10 18:54:01 2026 +0800

    Fix typos in mpt javadoc (#3155)
    
    Co-authored-by: TianHengZhuang <[email protected]>
---
 .../main/java/org/apache/james/mpt/protocol/ProtocolSession.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/mpt/core/src/main/java/org/apache/james/mpt/protocol/ProtocolSession.java 
b/mpt/core/src/main/java/org/apache/james/mpt/protocol/ProtocolSession.java
index a2788c6ac6..c5b52593d3 100644
--- a/mpt/core/src/main/java/org/apache/james/mpt/protocol/ProtocolSession.java
+++ b/mpt/core/src/main/java/org/apache/james/mpt/protocol/ProtocolSession.java
@@ -297,7 +297,7 @@ public class ProtocolSession implements ProtocolInteractor {
          * 
          * @param expectedPattern
          *            A Perl regular expression pattern used to test the line
-         *            recieved.
+         *            received.
          * @param location
          *            A descriptive value to use in error messages.
          */
@@ -312,7 +312,7 @@ public class ProtocolSession implements ProtocolInteractor {
          *            The number of session for a multi-session test
          * @param expectedPattern
          *            A Perl regular expression pattern used to test the line
-         *            recieved.
+         *            received.
          * @param location
          *            A descriptive value to use in error messages.
          */
@@ -391,7 +391,7 @@ public class ProtocolSession implements ProtocolInteractor {
     }
 
     /**
-     * Represents a set of lines which must be recieved from the server, in a
+     * Represents a set of lines which must be received from the server, in a
      * non-specified order.
      */
     private class ServerUnorderedBlockResponse extends ServerResponse {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to