]> git.lyx.org Git - features.git/commitdiff
typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Sep 2021 09:25:25 +0000 (11:25 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Sep 2021 09:25:48 +0000 (11:25 +0200)
src/frontends/qt/GuiApplication.cpp

index 4161db50272b305a2aee95582916616d2eef64f4..f4110881beb64140f25c26f6f9c01f3de2cf63cc 100644 (file)
@@ -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";