]> git.lyx.org Git - features.git/commitdiff
typo
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 20 Jun 2023 09:00:05 +0000 (11:00 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 20 Jun 2023 09:00:05 +0000 (11:00 +0200)
src/insets/InsetIndex.cpp

index 536288d68a3a181c8c758e1ba6117beaf6082bd0..b20b553a786873fb1b53e369d408f1aaae18ff33 100644 (file)
@@ -1175,7 +1175,7 @@ string InsetIndex::contextMenuName() const
 string InsetIndex::contextMenu(BufferView const & bv, int x, int y) const
 {
        // We override the implementation of InsetCollapsible,
-       // because we have eytra entries.
+       // because we have extra entries.
        string owncm = "context-edit-index;";
        return owncm + InsetCollapsible::contextMenu(bv, x, y);
 }