From: Georg Baum Date: Sun, 7 Jan 2007 17:54:26 +0000 (+0000) Subject: fix typos X-Git-Tag: 1.6.10~11281 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16b2b8e6bcb6e245c0c5d92dd6966750f1793c69;p=lyx.git fix typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16580 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()) {