From f4d802f4ff4524975e6237d261a08e1cc736aa67 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 21 Jun 2011 20:37:57 +0200 Subject: [PATCH] doc: fix typo in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 4 ++-- doc/fr/weechat_plugin_api.fr.txt | 6 +++--- doc/it/weechat_plugin_api.it.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 6286e657d..8628b6e46 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -11642,8 +11642,8 @@ Hdata is a fast way to read WeeChat or plugins data. It is similar to infolist, but there are some differences: * it is faster and uses less memory: direct read of data without duplication -* it may have different info than infolist: it only raw data in structures - (infolist may add some extra data for convenience) +* it may have different info than infolist: it contains only raw data in + structures (infolist may add some extra data for convenience) ======================================== Prototype: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 3dd210a98..0b5ec9b72 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -11830,9 +11830,9 @@ Il est similaire à l'infolist, mais il y a quelques différences : * il est plus rapide et utilise moins de mémoire : accès direct aux données sans duplication -* il peut contenir des informations différentes de l'infolist : il contient les - données brutes des structures (l'infolist peut ajouter des données - supplémentaires pour plus de commodité) +* il peut contenir des informations différentes de l'infolist : il contient + seulement les données brutes des structures (l'infolist peut ajouter des + données supplémentaires pour plus de commodité) ======================================== Prototype : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index be742af38..71df49f8c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -11750,8 +11750,8 @@ Hdata is a fast way to read WeeChat or plugins data. It is similar to infolist, but there are some differences: * it is faster and uses less memory: direct read of data without duplication -* it may have different info than infolist: it only raw data in structures - (infolist may add some extra data for convenience) +* it may have different info than infolist: it contains only raw data in + structures (infolist may add some extra data for convenience) ======================================== Prototipo: