]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetCitation.cpp
index 0335b9c771d9b21a3b8231803cdedebae657e232..744368d2e3d7e59c1b44e70fbd2935939ce408ce 100644 (file)
@@ -588,7 +588,7 @@ void InsetCitation::forOutliner(docstring & os, size_t const, bool const) const
 // engine, e.g. \cite[]{} for the basic engine.
 void InsetCitation::latex(otexstream & os, OutputParams const & runparams) const
 {
-       // When this is a child compiled on its own, we use the childs
+       // When this is a child compiled on its own, we use the children
        // own bibinfo, else the master's
        BiblioInfo const & bi = runparams.is_child
                        ? buffer().masterBibInfo() : buffer().bibInfo();