TextMetrics.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30473 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-11 11:16:34 +00:00
parent e48e791465
commit 97e857b166

View File

@ -561,7 +561,7 @@ void TextMetrics::computeRowMetrics(pit_type const pit,
break;
}
// Display-style insets should always be on a centred row
// Display-style insets should always be on a centered row
if (Inset const * inset = par.getInset(row.pos())) {
switch (inset->display()) {
case Inset::AlignLeft: