]> git.lyx.org Git - features.git/commitdiff
TextMetrics.cpp: typo
authorUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jul 2009 11:16:34 +0000 (11:16 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jul 2009 11:16:34 +0000 (11:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30473 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextMetrics.cpp

index d93870d9ca22f56c742ca8a6c476809d80741a90..4a75da54b89f11cac1673309fc27a22bf5979568 100644 (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: