]> git.lyx.org Git - features.git/commitdiff
Trivial fixes to spelling/grammar in a couple of comments.
authorAngus Leeming <leeming@lyx.org>
Fri, 22 Aug 2003 08:47:32 +0000 (08:47 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 22 Aug 2003 08:47:32 +0000 (08:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7581 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C
src/textcursor.h

index 9c19e1bb73aaa589a8759f82a67af12122afe2ac..d5a5d1f6416b96f9417271f36d33d1e0643b7756 100644 (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);
 }
 
index a7187eb3d9476a6903711a029a7bf0e16ade4399..c7f2c17c5c939784537ae53eeabcd4b2918fdc8d 100644 (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.