Skip to content

Commit 3cfcd41

Browse files
committed
typo
1 parent c43bc1d commit 3cfcd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/transport-netty4/src/internalClusterTest/java/org/elasticsearch/http/netty4/Netty4IncrementalRequestHandlingIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void testEmptyContent() throws Exception {
148148
}
149149
}
150150

151-
// ensures content integrity, no loses and re-order
151+
// ensures content integrity, no losses or re-ordering
152152
public void testReceiveAllChunks() throws Exception {
153153
try (var clientContext = newClientContext()) {
154154
var totalRequests = randomIntBetween(1, 10);

0 commit comments

Comments
 (0)