]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetFootlike.h
index ce6f5045ce872ea9ec173348d6a5716d63cfff1c..c7805a643923e8e5533d190ec9433e7d4802a8d9 100644 (file)
@@ -35,7 +35,7 @@ private:
        void write(std::ostream & os) 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; }