TextMetrics.h: fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-09-04 02:38:21 +00:00
parent 503be7c2ce
commit d7c90fd841

View 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(); }
///