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 a2788c6ac6a..c5b52593d3a 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 @@ private class ServerResponse implements ProtocolElement { * * @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 ServerResponse(String expectedPattern, String location) { * 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 boolean isClient() { } /** - * 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 {