diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-29 10:20:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-29 10:20:36 +0100 |
commit | c16dd6dcde95faf7234c61c658181e0f19f4a747 (patch) | |
tree | 940871bc788e0dcc87ed28d40638ea1acc9d7793 | |
parent | cc80730de7dfaf5deda7ffe38cf8db91b6e54f22 (diff) | |
download | weechat-c16dd6dcde95faf7234c61c658181e0f19f4a747.zip |
doc: fix typo in return value of function weechat_list_prev (plugin API reference)
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 1cbd635b7..44435be50 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -2969,7 +2969,7 @@ Arguments: Return value: -* pointer to previous item, NULL if pointer was last item in list +* pointer to previous item, NULL if pointer was first item in list C example: diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 2d0fa2a0f..3644ddf7b 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -2971,8 +2971,8 @@ Argomenti: Valore restituito: -* puntatore all'elemento precedente, NULL se il puntatore รจ - l'ultimo elemento nella lista +// TRANSLATION MISSING +* pointer to previous item, NULL if pointer was first item in list Esempio in C: |