From 97e857b1660c90a4d096e371d07d8663856d9fa3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 11 Jul 2009 11:16:34 +0000 Subject: [PATCH] TextMetrics.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30473 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextMetrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index d93870d9ca..4a75da54b8 100644 --- a/src/TextMetrics.cpp +++ b/src/TextMetrics.cpp @@ -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: -- 2.39.2