Skip to content

Commit

Permalink
doc: fix typo in plugin API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Apr 28, 2016
1 parent e65d17e commit b0aa0d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/en/weechat_plugin_api.en.asciidoc
Expand Up @@ -2218,7 +2218,7 @@ Arguments:
* 'string': string
* 'length': max number of UTF-8 chars to check; if ≤ 0, the whole string is
checked _(WeeChat ≥ 1.4)_
* 'error': if not NULL, '*error*' is set with pointer to first non valid UTF-8
* 'error': if not NULL, '*error' is set with pointer to first non valid UTF-8
char in string, if any

Return value:
Expand Down
2 changes: 1 addition & 1 deletion doc/it/weechat_plugin_api.it.asciidoc
Expand Up @@ -2298,7 +2298,7 @@ Argomenti:
// TRANSLATION MISSING
* 'length': max number of UTF-8 chars to check; if ≤ 0, the whole string is
checked _(WeeChat ≥ 1.4)_
* 'error': se non NULL, '*error*' è impostato con il puntatore al primo
* 'error': se non NULL, '*error' è impostato con il puntatore al primo
carattere UTF-8 non valido nella stringa, se esiste

Valore restituito:
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/weechat_plugin_api.ja.asciidoc
Expand Up @@ -2219,7 +2219,7 @@ int weechat_utf8_is_valid (const char *string, int length, char **error);
* 'string': 文字列
* 'length': 確認する UTF-8 文字の最大文字数; これを 0 以下に設定した場合、文字列中のすべての文字を確認します
_(WeeChat バージョン 1.4 以上で利用可)_
* 'error': NULL でない場合は '*error*'
* 'error': NULL でない場合は '*error'
は文字列に含まれる最初の妥当でない UTF-8 文字へのポインタ

戻り値:
Expand Down

0 comments on commit b0aa0d3

Please sign in to comment.