]> git.lyx.org Git - features.git/commitdiff
fix typo
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Mar 2007 20:23:54 +0000 (20:23 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Mar 2007 20:23:54 +0000 (20:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17444 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetexternal.C

index 0832d4be70eff8b0776027e9ba965c826d9a91b1..564101b16af1d463cca6da9d12763ee7d504a8e9 100644 (file)
@@ -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;