From 7067f48fa7afb89575abc58495d076078ce20137 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 28 Sep 2021 11:25:25 +0200 Subject: [PATCH] typo --- src/frontends/qt/GuiApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiApplication.cpp b/src/frontends/qt/GuiApplication.cpp index 4161db5027..f4110881be 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"; -- 2.39.5