mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core: fix typo: unambigous -> unambiguous
This commit is contained in:
@@ -2223,7 +2223,7 @@ config_weechat_init_options ()
|
||||
config_look_command_incomplete = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"command_incomplete", "boolean",
|
||||
N_("if set, incomplete and unambigous commands are allowed, for "
|
||||
N_("if set, incomplete and unambiguous commands are allowed, for "
|
||||
"example /he for /help"),
|
||||
NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_look_confirm_quit = config_file_new_option (
|
||||
|
||||
Reference in New Issue
Block a user