Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand Down Expand Up @@ -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 {
Expand Down