From 772c463b59981bf0013aa3d2be1950ef0097ad70 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 22 Aug 2003 08:47:32 +0000 Subject: [PATCH] Trivial fixes to spelling/grammar in a couple of comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7581 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/buffer.C | 2 +- src/textcursor.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/buffer.C b/src/buffer.C index 9c19e1bb73..d5a5d1f641 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -168,7 +168,7 @@ Buffer::~Buffer() paragraphs.clear(); - // Remove any previewed LaTeX snippets assocoated with this buffer. + // Remove any previewed LaTeX snippets associated with this buffer. lyx::graphics::Previews::get().removeLoader(this); } diff --git a/src/textcursor.h b/src/textcursor.h index a7187eb3d9..c7f2c17c5c 100644 --- a/src/textcursor.h +++ b/src/textcursor.h @@ -20,7 +20,7 @@ // If you need Paragraph proper, go to text_func.h /** The cursor. - Later this variable has to be removed. There should be now internal + Later this variable has to be removed. There should be no internal cursor in a text (and thus not in a buffer). By keeping this it is (I think) impossible to have several views with the same buffer, but the cursor placed at different places. @@ -28,7 +28,8 @@ Since the LyXText now has been moved from Buffer to BufferView it should not be absolutely needed to move the cursor... [even later] - It should neverthe less to keep classes and intedependencies small + Nevertheless, it should still be moved, in order to keep classes + and interdependencies small. */ // The structure that keeps track of the selections set. -- 2.39.2