]> git.lyx.org Git - features.git/commitdiff
Fix typo
authorGeorg Baum <baum@lyx.org>
Sun, 15 Dec 2013 11:18:49 +0000 (12:18 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 15 Dec 2013 11:19:12 +0000 (12:19 +0100)
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