]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetERT.h
index 6ef43760d9f053019dbc0eddab6c36d6bb431359..1ee17b3a15ff2fbcac80a40d21cb498cfd404c83 100644 (file)
@@ -57,7 +57,7 @@ private:
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const {}
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);