From fb919e653d4aac70101ced9dbabcd340d070258a Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 22 Jul 2024 16:21:31 -0400 Subject: [PATCH] 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, -- 2.39.5