diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-01 19:17:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-01 19:17:00 +0100 |
commit | 78d270fa043216d17ce1bd95d2b6e682f3eb96e6 (patch) | |
tree | 596ced7fde5b41dec9f1319c10cac7809be6be5e /doc/en | |
parent | 892aa79fb52af557312b2857d3d4b4f4842e2cc2 (diff) | |
download | weechat-78d270fa043216d17ce1bd95d2b6e682f3eb96e6.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 0357a4ebc..4e46436e5 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7202,9 +7202,9 @@ Arguments: *** 'WEECHAT_HOOK_CONNECT_MEMORY_ERROR': insufficient memory *** 'WEECHAT_HOOK_CONNECT_TIMEOUT': timeout *** 'WEECHAT_HOOK_CONNECT_SOCKET_ERROR': unable to create socket -** 'gnutls_rc': result value of 'gnutls_handshake()' +** 'gnutls_rc': return value of 'gnutls_handshake()' ** 'sock': socket used to connect -** 'const char *error': result value of 'gnutls_strerror(gnutls_rc)' +** 'const char *error': return value of 'gnutls_strerror(gnutls_rc)' ** 'const char *ip_address': IP address found ** return value: *** 'WEECHAT_RC_OK' |