Skip to content

Commit 13426ce

Browse files
jrodewigxjtushilei
andauthored
[DOCS] Fix typo in search scroll comments (#55096)
Co-authored-by: ScriptShi <xjtushilei@foxmail.com>
1 parent eb52df6 commit 13426ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)