1
0
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:
Sébastien Helleu
2014-08-23 12:30:54 +02:00
parent 6b017fa38a
commit e887592b78
18 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -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 (