summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-01 19:17:00 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-01 19:17:00 +0100
commit78d270fa043216d17ce1bd95d2b6e682f3eb96e6 (patch)
tree596ced7fde5b41dec9f1319c10cac7809be6be5e /doc/en
parent892aa79fb52af557312b2857d3d4b4f4842e2cc2 (diff)
downloadweechat-78d270fa043216d17ce1bd95d2b6e682f3eb96e6.zip
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt4
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'