]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiApplication.cpp
typo
[features.git] / 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";