You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/09/12 11:05:47 UTC

[lucene] branch main updated: Fix a typo affecting Luke (#11763)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 30b72ec3642 Fix a typo affecting Luke (#11763)
30b72ec3642 is described below

commit 30b72ec36422f7ad58c671583a62849842cf681a
Author: Dhiru Kholia <kh...@users.noreply.github.com>
AuthorDate: Mon Sep 12 16:35:40 2022 +0530

    Fix a typo affecting Luke (#11763)
---
 .../org/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