From 2a11b8347c7a3a71decf171ccaf5a102cb282c3b Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 4 Dec 2010 23:29:51 +0000 Subject: [PATCH] Correct grammar in comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36732 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index d4cf25ba1f..23774c0335 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -784,9 +784,11 @@ void cutSelection(Cursor & cur, bool doclear, bool realcut) // need a valid cursor. (Lgb) cur.clearSelection(); - // After a cut operation, we need to make sure that the Buffer is updated - // because some further operation will need updated label information for + + // After a cut operation, we must make sure that the Buffer is updated + // because some further operation might need updated label information for // example. So we cannot just use "cur.forceBufferUpdate()" here. + // This fixes #7071. cur.buffer()->updateBuffer(); // tell tabular that a recent copy happened -- 2.39.2