commit 7067f48fa7afb89575abc58495d076078ce20137
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Tue Sep 28 11:25:25 2021 +0200

    typo
---
 src/frontends/qt/GuiApplication.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiApplication.cpp 
b/src/frontends/qt/GuiApplication.cpp
index 4161db5..f411088 100644
--- a/src/frontends/qt/GuiApplication.cpp
+++ b/src/frontends/qt/GuiApplication.cpp
@@ -559,7 +559,7 @@ IconInfo iconInfo(FuncRequest const & f, bool unknown, bool 
rtl)
        // The folders where icons are searched for
        QStringList imagedirs;
        imagedirs << "images/ipa/" << "images/";
-       // This is used to search for rtl version of icons which have the +rrtl 
suffix.
+       // This is used to search for rtl version of icons which have the +rtl 
suffix.
        QStringList suffixes;
        if (rtl)
                suffixes << "+rtl";
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to