]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetFloat.h
index f58c89c2f6945a8b289c467e6a7d6130bd288a52..b43147e7252e3a87d01e3c3bfe40c68608370636 100644 (file)
@@ -104,7 +104,7 @@ private:
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
-       /** returns false if, when outputing LaTeX, font changes should
+       /** returns false if, when outputting LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
        bool inheritFont() const { return false; }