summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-06-21 20:37:57 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-06-21 20:37:57 +0200
commitf4d802f4ff4524975e6237d261a08e1cc736aa67 (patch)
tree53a24902b48a70a3a96a1eb81859af80737a2a5a
parentd6ef66d006a90c1ecca89fc6358712d44b453324 (diff)
downloadweechat-f4d802f4ff4524975e6237d261a08e1cc736aa67.zip
doc: fix typo in plugin API reference
-rw-r--r--doc/en/weechat_plugin_api.en.txt4
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt6
-rw-r--r--doc/it/weechat_plugin_api.it.txt4
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: