From: Jean-Marc Lasgouttes Date: Sat, 15 Nov 2008 20:06:06 +0000 (+0000) Subject: real compile fix X-Git-Tag: 2.0.0~7754 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=86438200b0f27a0c86cab979c0da8cbafd85e5cd;p=features.git real compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27486 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ASpell.cpp b/src/ASpell.cpp index f55e358cb8..fee21fca2e 100644 --- a/src/ASpell.cpp +++ b/src/ASpell.cpp @@ -66,7 +66,7 @@ void ASpell::addSpeller(string const & lang) // platforms (cygwin, OS X). Therefore we use utf-8, that does // always work. aspell_config_replace(config, "encoding", "utf-8"); - if (lyxrc.spellcheck_accept_compound) + if (lyxrc.spellchecker_accept_compound) // Consider run-together words as legal compounds aspell_config_replace(config, "run-together", "true"); else