From 1aebac8d44b5e31e8da8dda1be909aac78cae1b1 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 7 Jan 2007 18:40:06 +0000 Subject: [PATCH] more typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16585 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/paragraph.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5