From cd4b6edc73d56976611a29da5b133ed322f44997 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 25 Feb 2007 22:18:13 +0000 Subject: [PATCH] typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17351 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/PreviewLoader.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; -- 2.39.2