From: Georg Baum Date: Wed, 14 Mar 2007 20:23:54 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.6.10~10596 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c6caf4199bdfc096d786dc91bc8045b08639d1bd;p=features.git fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17444 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/insetexternal.C b/src/insets/insetexternal.C index 0832d4be70..564101b16a 100644 --- a/src/insets/insetexternal.C +++ b/src/insets/insetexternal.C @@ -687,7 +687,7 @@ int InsetExternal::latex(Buffer const & buf, odocstream & os, // "nice" means that the buffer is exported to LaTeX format but not // run through the LaTeX compiler. // If we're running through the LaTeX compiler, we should write the - // generated files in the bufer's temporary directory. + // generated files in the buffer's temporary directory. bool const external_in_tmpdir = !runparams.nice; bool const dryrun = runparams.dryrun || runparams.inComment;