summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_dev.en.adoc4
-rw-r--r--doc/fr/weechat_dev.fr.adoc4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index 23c03b2c7..3de0dece3 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -732,8 +732,8 @@ If for some reasons you have to sleep a while, use `hook_timer` with a callback.
[[doubly_linked_lists]]
=== Doubly linked lists
-Most of WeeChat linked lists are doubly linked lists: each node has pointer to
-previous and next node.
+Most of WeeChat lists are doubly linked lists: each node has pointer to previous
+and next node.
Example: list of buffers (from _src/gui/gui-buffer.h_):
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc
index f5173d6e4..88bdf4e1b 100644
--- a/doc/fr/weechat_dev.fr.adoc
+++ b/doc/fr/weechat_dev.fr.adoc
@@ -745,8 +745,8 @@ avec un "callback".
[[doubly_linked_lists]]
=== Listes doublement chaînées
-La plupart des listes chaînes WeeChat sont doublement chaînées : chaque nœud a
-un pointeur vers le nœud précédent/suivant.
+La plupart des listes WeeChat sont doublement chaînées : chaque nœud a un
+pointeur vers le nœud précédent/suivant.
Exemple : liste des tampons (de _src/gui/gui-buffer.h_) :