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
This commit is contained in:
Angus Leeming 2003-08-22 08:47:32 +00:00
parent b7f49f9b42
commit 772c463b59
2 changed files with 4 additions and 3 deletions

View File

@ -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);
}

View File

@ -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.