fix typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16580 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-07 17:54:26 +00:00
parent 58355d768a
commit 16b2b8e6bc
2 changed files with 3 additions and 3 deletions

View File

@ -387,7 +387,7 @@ public:
* defaults to empty.
*/
virtual void addPreview(graphics::PreviewLoader &) const {}
/// Add an antry to the TocList
/// Add an entry to the TocList
virtual void addToToc(TocList &, Buffer const &) const {}
public:

View File

@ -247,7 +247,7 @@ TeXOnePar(Buffer const & buf,
bool further_blank_line = false;
LyXLayout_ptr style;
// In an an inset with unlimited length (all in one row),
// In an inset with unlimited length (all in one row),
// force layout to default
if (!pit->forceDefaultParagraphs())
style = pit->layout();
@ -319,7 +319,7 @@ TeXOnePar(Buffer const & buf,
// don't trigger the copy ctor because it's private on msvc
odocstream & os = *(change_encoding ? &par_stream : &ucs4);
// In an an inset with unlimited length (all in one row),
// In an inset with unlimited length (all in one row),
// don't allow any special options in the paragraph
if (!pit->forceDefaultParagraphs()) {
if (pit->params().startOfAppendix()) {