Skip to content

Commit e2e170f

Browse files
committed
fixed a typo in a comment
1 parent 826115d commit e2e170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/action/GetMigrationReindexStatusTransportAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void reportStatus(
145145
}
146146

147147
/*
148-
* This method feches doc counts for all indices in inProgressIndices (and the indices they are being reindexed into). After
148+
* This method fetches doc counts for all indices in inProgressIndices (and the indices they are being reindexed into). After
149149
* successfully fetching those, reportStatus is called.
150150
*/
151151
private void fetchInProgressStatsAndReportStatus(

0 commit comments

Comments
 (0)