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*