]> git.lyx.org Git - lyx.git/commitdiff
fix typos
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 17:54:26 +0000 (17:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 17:54:26 +0000 (17:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16580 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetbase.h
src/output_latex.C

index 8e1af0aee74e15bd810d3ba2795c16ffb578dbca..f4eb679add7c2e610555d675af67ce5ab2c7d251 100644 (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:
index 94c1aabd45febe87a381fa54bdda20321015f79d..216c052e09e69491915f669d5bcdf9fbf21b91dd 100644 (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()) {