diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-12 09:44:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-12 09:44:57 +0200 |
commit | 6a536720e67dedf2774326bc73d0093d68be874d (patch) | |
tree | a364170bc03598c1e94df764cfddf5dfd25b6273 /doc/en | |
parent | 7e6088570b9255d0357e63284538fd917b39dedd (diff) | |
download | weechat-6a536720e67dedf2774326bc73d0093d68be874d.zip |
Fix typo in english plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |