From: Georg Baum Date: Sun, 15 Dec 2013 11:18:49 +0000 (+0100) Subject: Fix typo X-Git-Tag: 2.1.0rc1~332 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=62a1dabcfc5e9f5bbfc433769ba44598379780e3;p=features.git Fix typo --- diff --git a/src/DocIterator.cpp b/src/DocIterator.cpp index 6e3775b4e3..859aae9ddd 100644 --- a/src/DocIterator.cpp +++ b/src/DocIterator.cpp @@ -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