1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

spell: rename variable "broker" to "spell_enchant_broker"

This commit is contained in:
Sébastien Helleu
2025-03-16 15:47:18 +01:00
parent 6b19987e7f
commit 6d11468059
5 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -153,7 +153,8 @@ spell_command_speller_list_dicts (void)
SPELL_PLUGIN_NAME);
#ifdef USE_ENCHANT
enchant_broker_list_dicts (broker, spell_enchant_dict_describe_cb,
enchant_broker_list_dicts (spell_enchant_broker,
spell_enchant_dict_describe_cb,
NULL);
#else
config = new_aspell_config ();