Skip to content

Commit febb454

Browse files
jrodewigxjtushilei
andauthored
[DOCS] Fix typo in search scroll comments (#55096) (#55391)
Co-authored-by: ScriptShi <[email protected]>
1 parent 5d93514 commit febb454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/search/SearchScrollAsyncAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ protected final void sendResponse(SearchPhaseController.ReducedQueryPhase queryP
236236
final InternalSearchResponse internalResponse = searchPhaseController.merge(true, queryPhase, fetchResults.asList(),
237237
fetchResults::get);
238238
// the scroll ID never changes we always return the same ID. This ID contains all the shards and their context ids
239-
// such that we can talk to them abgain in the next roundtrip.
239+
// such that we can talk to them again in the next roundtrip.
240240
String scrollId = null;
241241
if (request.scroll() != null) {
242242
scrollId = request.scrollId();

0 commit comments

Comments
 (0)