diff --git a/src/insets/insetbase.h b/src/insets/insetbase.h index 8e1af0aee7..f4eb679add 100644 --- a/src/insets/insetbase.h +++ b/src/insets/insetbase.h @@ -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: diff --git a/src/output_latex.C b/src/output_latex.C index 94c1aabd45..216c052e09 100644 --- a/src/output_latex.C +++ b/src/output_latex.C @@ -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()) {