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

spelling: autoconnect

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-09 10:56:27 -04:00
committed by Sébastien Helleu
parent 631ca3f8df
commit 17381d983f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -804,7 +804,7 @@ def config_boolean_inherited(option: str) -> int:
# example
option = weechat.config_get("irc.server.libera.autoconnect")
autoconect = weechat.config_boolean_inherited(option)
autoconnect = weechat.config_boolean_inherited(option)
"""
...