From 335419e6de313deb15a6dcf1578a9e2aeab78fa5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 10 Jun 2009 12:51:36 +0200 Subject: Rename option weechat.completion.nick_completor to nick_completer --- src/core/wee-config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/wee-config.c') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index a9f73149f..d1c4d3e12 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -153,7 +153,7 @@ struct t_config_option *config_color_nicklist_separator; struct t_config_option *config_completion_default_template; struct t_config_option *config_completion_nick_add_space; -struct t_config_option *config_completion_nick_completor; +struct t_config_option *config_completion_nick_completer; struct t_config_option *config_completion_nick_first_only; struct t_config_option *config_completion_nick_ignore_chars; struct t_config_option *config_completion_partial_completion_alert; @@ -1809,9 +1809,9 @@ config_weechat_init_options () N_("add space after nick completion (when nick is not first word on " "command line)"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); - config_completion_nick_completor = config_file_new_option ( + config_completion_nick_completer = config_file_new_option ( weechat_config_file, ptr_section, - "nick_completor", "string", + "nick_completer", "string", N_("string inserted after nick completion"), NULL, 0, 0, ":", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_completion_nick_first_only = config_file_new_option ( -- cgit v1.2.3