Skip to content

Commit 4217179

Browse files
committed
chore: typo
1 parent 8bc5a4d commit 4217179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dd-java-agent/instrumentation/play-ws-1/src/test/groovy/PlayWSClientTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class PlayJavaStreamedWSClientTest extends PlayWSClientTestBase {
5454
runInAdHocThread(callback)
5555
}).toCompletableFuture().get(5, TimeUnit.SECONDS)
5656

57-
// The status can be ready before the body so explicity call wait for body to be ready
57+
// The status can be ready before the body so explicitly call wait for body to be ready
5858
wsResponse.getBodyAsSource().runFold("", { acc, out -> "" }, materializer)
5959
.toCompletableFuture().get(5, TimeUnit.SECONDS)
6060
return wsResponse.getStatus()
@@ -119,7 +119,7 @@ class PlayScalaStreamedWSClientTest extends PlayWSClientTestBase {
119119

120120
play.api.libs.ws.StandaloneWSResponse wsResponse = Await.result(futureResponse, Duration.apply(5, TimeUnit.SECONDS))
121121

122-
// The status can be ready before the body so explicity call wait for body to be ready
122+
// The status can be ready before the body so explicitly call wait for body to be ready
123123
Await.result(
124124
wsResponse.bodyAsSource().runFold("", { acc, out -> "" }, materializer),
125125
Duration.apply(5, TimeUnit.SECONDS))

0 commit comments

Comments
 (0)