diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index f04671d5e..a2ee115ea 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6347,7 +6347,7 @@ Arguments: a command hooked (argument 'completion') * 'description': description of completion * 'callback': function called when completion item is used (user is completing - something using this item), artuments: + something using this item), arguments: ** 'void *data': pointer ** 'const char *completion_item': name of completion item ** 'struct t_gui_buffer *buffer': buffer where completion is made