From 7ab3c59f006ddaa6a54683a260810217d0272e5e Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 27 Dec 2021 19:38:10 +0100 Subject: [PATCH] Typo --- src/frontends/qt/GuiFontMetrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiFontMetrics.cpp b/src/frontends/qt/GuiFontMetrics.cpp index e51d40f60b..e638e10d09 100644 --- a/src/frontends/qt/GuiFontMetrics.cpp +++ b/src/frontends/qt/GuiFontMetrics.cpp @@ -92,7 +92,7 @@ namespace { // Limit strwidth_cache_ total cost to 1MB of string data. int const strwidth_cache_max_cost = 1024 * 1024; -// Limit breakat_cache_ total cost to 10MB of string data. +// Limit breakstr_cache_ total cost to 10MB of string data. // This is useful for documents with very large insets. int const breakstr_cache_max_cost = 10 * 1024 * 1024; // Qt 5.x already has its own caching of QTextLayout objects -- 2.39.5