From 5b9d40aca3eb854c70c6afc65a4ede3129bad4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 4 Dec 2016 13:17:12 +0100 Subject: doc: fix typo in developer's guide --- doc/en/weechat_dev.en.adoc | 4 ++-- doc/fr/weechat_dev.fr.adoc | 4 ++-- 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_) : -- cgit v1.2.3