]> git.lyx.org Git - features.git/commitdiff
Typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Dec 2021 18:38:10 +0000 (19:38 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Dec 2021 18:38:10 +0000 (19:38 +0100)
src/frontends/qt/GuiFontMetrics.cpp

index e51d40f60b3db7f7f0cfa44dc22936d98e849742..e638e10d0950c00308aad2037a2712b61c6d221b 100644 (file)
@@ -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