i18npool/inc/indexentrysupplier_ja_phonetic.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53f72f72ab501bb12bd6fd8ff9788b9a278c16bf
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 21 13:53:50 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 21 15:05:55 2023 +0200

    Fix apparent copy/paste typo in implementation name
    
    ...introduced in 155c056b1d4674d5ff73bbb5e1ad1dcd1e6aae36 "i18npool: create
    instances with uno constructors"
    
    Change-Id: Ie9094ec5c58aa98cdb379051ecbad80638aae02a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150759
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx 
b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
index 5ea5cfbb4430..97c10df538fe 100644
--- a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
+++ b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
@@ -55,7 +55,7 @@ public:\
 /** descriptions formed by concatenating strings here must match names in 
.component file */
 INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_first_by_syllable,  " 
(alphanumeric first) (grouped by syllable)" )
 INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_first_by_consonant, " 
(alphanumeric first) (grouped by consonant)" )
-INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_syllable,   " 
(alphanumeric last) (grouped by consonant)" )
+INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_syllable,   " 
(alphanumeric last) (grouped by syllable)" )
 INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_consonant,  " 
(alphanumeric last) (grouped by consonant)" )
 
 }

Reply via email to