From c6caf4199bdfc096d786dc91bc8045b08639d1bd Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 14 Mar 2007 20:23:54 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17444 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetexternal.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2