diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-23 12:34:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-23 12:34:04 +0200 |
commit | bde38c87ead2107a8d9d12877de5a1203dfff3e7 (patch) | |
tree | a5ed776b304ca395b2ebf1c1d72c4e44038d4466 /src | |
parent | e887592b789ee5406ea42478f38f7dd613b9d015 (diff) | |
download | weechat-bde38c87ead2107a8d9d12877de5a1203dfff3e7.zip |
core: fix typo: too much calls -> too many calls
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-input.c b/src/core/wee-input.c index 6469a1916..a25a74b23 100644 --- a/src/core/wee-input.c +++ b/src/core/wee-input.c @@ -155,7 +155,7 @@ input_exec_command (struct t_gui_buffer *buffer, case HOOK_COMMAND_EXEC_RUNNING: /* command is running */ gui_chat_printf_date_tags (NULL, 0, GUI_FILTER_TAG_NO_FILTER, - _("%sError: too much calls to command " + _("%sError: too many calls to command " "\"%s\" (looping)"), gui_chat_prefix[GUI_CHAT_PREFIX_ERROR], command_name); |