From: Jean-Marc Lasgouttes Date: Thu, 21 Mar 2019 17:45:28 +0000 (+0100) Subject: typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=51cb7f6347730426dfd4c4c10d2d14c6fdbb579d;p=features.git typo --- 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_;