summaryrefslogtreecommitdiff
path: root/providers/enchant_aspell.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/enchant_aspell.c')
-rw-r--r--providers/enchant_aspell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/enchant_aspell.c b/providers/enchant_aspell.c
index d79891c..3bef4ef 100644
--- a/providers/enchant_aspell.c
+++ b/providers/enchant_aspell.c
@@ -143,6 +143,7 @@ aspell_provider_request_dict (EnchantProvider * me _GL_UNUSED_PARAMETER, const c
if (aspell_error_number (spell_error) != 0)
{
+ enchant_provider_set_error (me, aspell_error_message (spell_error));
delete_aspell_can_have_error(spell_error);
return NULL;
}