From 30b72ec36422f7ad58c671583a62849842cf681a Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Mon, 12 Sep 2022 16:35:40 +0530 Subject: [PATCH] Fix a typo affecting Luke (#11763) --- .../apache/lucene/luke/app/desktop/messages/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/luke/src/resources/org/apache/lucene/luke/app/desktop/messages/messages.properties b/lucene/luke/src/resources/org/apache/lucene/luke/app/desktop/messages/messages.properties index 8e91e51bc5f..6dbb6092a56 100644 --- a/lucene/luke/src/resources/org/apache/lucene/luke/app/desktop/messages/messages.properties +++ b/lucene/luke/src/resources/org/apache/lucene/luke/app/desktop/messages/messages.properties @@ -68,7 +68,7 @@ openindex.label.expert=[Expert options] openindex.label.dir_impl=Directory implementation: openindex.label.iw_config=IndexWriter Config: openindex.checkbox.readonly=Open in Read-only mode -openindex.checkbox.no_reader=Do not open IndexReader (when opening currupted index) +openindex.checkbox.no_reader=Do not open IndexReader (when opening corrupted index) openindex.checkbox.use_compound=Use compound file format openindex.radio.keep_only_last_commit=Keep only last commit point openindex.radio.keep_all_commits=Keep all commit points