Skip to content

Commit df469f5

Browse files
nielsbaumanCopilot
andauthored
Fix comment typo
Co-authored-by: Copilot <[email protected]>
1 parent bd209df commit df469f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/CleanupGeneratedIndexStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public boolean isRetryable() {
5050

5151
@Override
5252
void performDuringNoSnapshot(IndexMetadata indexMetadata, ProjectMetadata currentProject, ActionListener<Void> listener) {
53-
// If the index was generated by a resize operation, and the source inex does not exist anymore, we skip the deletion to avoid
53+
// If the index was generated by a resize operation, and the source index does not exist anymore, we skip the deletion to avoid
5454
// data loss.
5555
final String generatedIndexSource = IndexMetadata.INDEX_RESIZE_SOURCE_NAME.get(indexMetadata.getSettings());
5656
if (Strings.isNullOrEmpty(generatedIndexSource) == false) {

0 commit comments

Comments
 (0)