]> git.lyx.org Git - features.git/commitdiff
real compile fix
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 15 Nov 2008 20:06:06 +0000 (20:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 15 Nov 2008 20:06:06 +0000 (20:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27486 a592a061-630c-0410-9148-cb99ea01b6c8

src/ASpell.cpp

index f55e358cb8320dafa1744369a51415d5447866a5..fee21fca2e2e8c85cd13e004b759cd5e47a15e55 100644 (file)
@@ -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