]> git.lyx.org Git - features.git/commitdiff
typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 21 Mar 2019 17:45:28 +0000 (18:45 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 21 Mar 2019 17:45:46 +0000 (18:45 +0100)
src/frontends/qt4/GuiFontMetrics.h

index 44897c459e4b1b042a52440dcbc78a028371cbed..830a824addd698ebb148acbb598f4da0068e3fa9 100644 (file)
@@ -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<char_type, int> lbearing_cache_;
        /// Cache of char right bearings
        mutable QHash<char_type, int> rbearing_cache_;