]> git.lyx.org Git - lyx.git/commitdiff
more typos
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 18:40:06 +0000 (18:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 18:40:06 +0000 (18:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16585 a592a061-630c-0410-9148-cb99ea01b6c8

src/paragraph.C

index 59397449e2ba52e8032f4437d6fbae0859428e0c..22da27ec35dc8b2dd3fa0f97a9f14eb07c7863af 100644 (file)
@@ -898,7 +898,7 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
        // well we have to check if we are in an inset with unlimited
        // length (all in one row) if that is true then we don't allow
        // any special options in the paragraph and also we don't allow
-       // any environment other then "Standard" to be valid!
+       // any environment other than "Standard" to be valid!
        bool asdefault = forceDefaultParagraphs();
 
        if (asdefault) {
@@ -911,7 +911,7 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
        // change caused by an individual character, except for the language:
        // It is set to the language of the first character.
        // As long as we are in the label, this font is the base font of the
-       // label. Before the first bpdy character it is set to the base font
+       // label. Before the first body character it is set to the base font
        // of the body.
        LyXFont basefont;