]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.cpp
Fix scale parameter for fonts.
[lyx.git] / src / DocIterator.cpp
index 6e3775b4e36e8886a53123ddda16948d4a767e06..859aae9ddda07f00956c1397cd1d7aec33264ddb 100644 (file)
@@ -217,7 +217,7 @@ CursorSlice const & DocIterator::innerTextSlice() const
                if (slices_[i].text())
                        return slices_[i];
 
-       // This case is in principe not possible. We _must_
+       // This case is in principle not possible. We _must_
        // be inside a Text.
        LBUFERR(false);
        // Squash warning