We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f2cd3 commit 6c82748Copy full SHA for 6c82748
providers/enchant_aspell.c
@@ -113,7 +113,7 @@ static EnchantDict *
113
aspell_provider_request_dict (EnchantProvider * me _GL_UNUSED, const char *const tag)
114
{
115
AspellConfig *spell_config = new_aspell_config ();
116
- aspell_config_replace (spell_config, "language-tag", tag);
+ aspell_config_replace (spell_config, "master", tag);
117
aspell_config_replace (spell_config, "encoding", "utf-8");
118
119
AspellCanHaveError *spell_error = new_aspell_speller (spell_config);
0 commit comments