From: Georg Baum Date: Sun, 7 Jan 2007 18:40:06 +0000 (+0000) Subject: more typos X-Git-Tag: 1.6.10~11276 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1aebac8d44b5e31e8da8dda1be909aac78cae1b1;p=lyx.git more typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16585 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/paragraph.C b/src/paragraph.C index 59397449e2..22da27ec35 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -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;