]> git.lyx.org Git - features.git/commitdiff
Typo
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Oct 2022 06:52:11 +0000 (07:52 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Oct 2022 06:52:11 +0000 (07:52 +0100)
src/insets/InsetIndex.cpp

index 2234d9da15dae24747398dd2d8dd5755b2efb1d8..0a14372a2ccbe007721f253c83600b231b2236e6 100644 (file)
@@ -582,7 +582,7 @@ void InsetIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
 
        case LFUN_PARAGRAPH_BREAK: {
                // Since this inset in single-par anyway, let's use
-               // return to enter subentryes
+               // return to enter subentries
                FuncRequest fr(LFUN_INDEXMACRO_INSERT, "subentry");
                lyx::dispatch(fr);
                break;