]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.cpp
Remove the bogus fixme.
[lyx.git] / src / TextMetrics.cpp
index f78594f54dad9860e42a6f2f05aedc13224edb32..37cf7a799158f9f4dcf3151201e57f555af54f4a 100644 (file)
@@ -377,7 +377,7 @@ bool TextMetrics::isRTLBoundary(pit_type pit, pos_type pos,
 bool TextMetrics::redoParagraph(pit_type const pit)
 {
        Paragraph & par = text_->getPar(pit);
-       // IMPORTANT NOTE: We pass 'false' explicitely in order to not call
+       // IMPORTANT NOTE: We pass 'false' explicitly in order to not call
        // redoParagraph() recursively inside parMetrics.
        Dimension old_dim = parMetrics(pit, false).dim();
        ParagraphMetrics & pm = par_metrics_[pit];