From 6a536720e67dedf2774326bc73d0093d68be874d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 12 Jul 2010 09:44:57 +0200 Subject: [PATCH] Fix typo in english plugin API reference --- doc/en/weechat_plugin_api.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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