]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Buffer: Rename function names:
[lyx.git] / src / TextMetrics.h
index dfd7d13bd1c03564792f9bafaf7e8047eee79b16..986f94e3281e8b9c25afa24043c23c98aff49953 100644 (file)
@@ -99,7 +99,7 @@ public:
        int descent() const { return dim_.des; }
        /// current text width.
        int width() const { return dim_.wid; }
-       /// current text heigth.
+       /// current text height.
        int height() const { return dim_.height(); }
 
        ///