diff --git a/src/graphics/PreviewLoader.C b/src/graphics/PreviewLoader.C index 978355a8d8..e31f1bafd6 100644 --- a/src/graphics/PreviewLoader.C +++ b/src/graphics/PreviewLoader.C @@ -64,7 +64,7 @@ namespace { typedef pair SnippetPair; -// A list of alll snippets to be converted to previews +// A list of all snippets to be converted to previews typedef list PendingSnippets; // Each item in the vector is a pair. @@ -688,8 +688,8 @@ void PreviewLoader::Impl::dumpPreamble(odocstream & os) const // FIXME! This is a HACK! The proper fix is to control the 'true' // passed to WriteStream below: - // int InsetFormula::latex(Buffer const &, odocstream & os, - // OutputParams const & runparams) const + // int InsetMathNest::latex(Buffer const &, odocstream & os, + // OutputParams const & runparams) const // { // WriteStream wi(os, runparams.moving_arg, true); // par_->write(wi); @@ -708,7 +708,7 @@ void PreviewLoader::Impl::dumpPreamble(odocstream & os) const if (it->lyxCode() == InsetBase::MATHMACRO_CODE) it->latex(buffer_, os, runparams); - // All equation lables appear as "(#)" + preview.sty's rendering of + // All equation labels appear as "(#)" + preview.sty's rendering of // the label name if (lyxrc.preview_hashed_labels) os << "\\renewcommand{\\theequation}{\\#}\n";