1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Fix typo in english plugin API reference

This commit is contained in:
Sebastien Helleu
2010-07-12 09:44:57 +02:00
parent 7e6088570b
commit 6a536720e6
+1 -1
View File
@@ -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