From e170051909b82b518d07c23336c8880d9f85c883 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 21 Mar 2019 18:45:28 +0100 Subject: [PATCH] typo --- src/frontends/qt4/GuiFontMetrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiFontMetrics.h b/src/frontends/qt4/GuiFontMetrics.h index 44897c459e..830a824add 100644 --- a/src/frontends/qt4/GuiFontMetrics.h +++ b/src/frontends/qt4/GuiFontMetrics.h @@ -103,7 +103,7 @@ private: /// fill in \c metrics_cache_ at specified value. AscendDescend const fillMetricsCache(char_type) const; - /// Cache of char leftt bearings + /// Cache of char left bearings mutable QHash lbearing_cache_; /// Cache of char right bearings mutable QHash rbearing_cache_; -- 2.39.2