From 45bffba88564d05aa6a7583c192b2d41a04efe5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Thu, 8 Apr 2010 01:23:04 +0000 Subject: [PATCH] BufferView.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34085 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 0d5b76a614..68b6047138 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -970,8 +970,8 @@ bool BufferView::getStatus(FuncRequest const & cmd, FuncStatus & flag) switch (cmd.action) { - // FIXME: This is a bit problematic because we don't check is this is a - // document BufferView or not for these LFUNs. We probably have to + // FIXME: This is a bit problematic because we don't check is if this is + // a document BufferView or not for these LFUNs. We probably have to // dispatch both to currentBufferView() and, if that fails, // to documentBufferView(); same as we do know for current Buffer and // document Buffer. Ideally those LFUN should go to Buffer as they*