]> git.lyx.org Git - features.git/commitdiff
typos
authorAbdelrazak Younes <younes@lyx.org>
Fri, 3 Dec 2010 21:03:36 +0000 (21:03 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 3 Dec 2010 21:03:36 +0000 (21:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36701 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.cpp

index d1a4e8b0696e0c882741266d9875f6ef0a2014ec..76ec593f5a3481d1bb2ec0fe6211314f3c92835a 100644 (file)
@@ -619,7 +619,7 @@ void Inset::setDimCache(MetricsInfo const & mi, Dimension const & dim) const
 Buffer const * Inset::updateFrontend() const
 {
        //FIXME (Abdel 03/12/10): see bugs #6814 and #6949
-       // If we Buffer is null and we end up here it is most probably because we
+       // If the Buffer is null and we end up here this is most probably because we
        // are in the CutAndPaste stack. See InsetGraphics, RenderGraphics and
        // RenderPreview.
        if (!buffer_)