[LyX/master] Typo

Richard Kimberly Heck rikiheck at lyx.org
Mon Jul 22 20:21:42 UTC 2024


commit fb919e653d4aac70101ced9dbabcd340d070258a
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Jul 22 16:21:31 2024 -0400

    Typo
---
 src/frontends/qt/GuiPrefs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index 6eac7d9fab..6aba03373f 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -2963,7 +2963,7 @@ void PrefShortcuts::updateShortcutsTW()
 	systemItem_->setFlags(systemItem_->flags() & ~Qt::ItemIsSelectable);
 
 	// listBindings(unbound=true) lists all bound and unbound lfuns
-	// Items in this list is tagged by its source.
+	// Items in this list are tagged by their source.
 	KeyMap::BindingList bindinglist = system_bind_.listBindings(true,
 		KeyMap::System);
 	KeyMap::BindingList user_bindinglist = user_bind_.listBindings(false,


More information about the lyx-cvs mailing list