From d406bed52140002093bf76ae2f6ca98af6bd1415 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 10 Feb 2013 15:41:17 +0100 Subject: [PATCH] doc: fix typos in user's guide --- doc/en/weechat_user.en.txt | 2 +- doc/fr/weechat_user.fr.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index e713484d3..e9260927d 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -2402,7 +2402,7 @@ Example of default rmodifier for command `/oper`: ** `input_text_display`: called when command line has changed (applies only on display, not content of command line) * regular expression: `^(/oper +\S+ +)(.*)` -* groupes: `1,2*` +* groups: `1,2*` Each time modifiers "history_add" or "input_text_display" are called, regular expression is checked. If string matches, then it is replaced by captured groups, diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index e8b1137a6..0053bb452 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -298,7 +298,7 @@ Merci pour votre aide ! Debug de WeeChat qui tourne ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Pour débugger WeeChat qui tourne (par exemple si WeeChat semble bloqué), vous +Pour déboguer WeeChat qui tourne (par exemple si WeeChat semble bloqué), vous pouvez utiliser gdb avec l'identifiant du processus (remplacez '12345' par le PID du processus weechat-curses) : @@ -2380,8 +2380,8 @@ Vous pouvez limiter le nombre de clients autorisés : ---------------------------------------- [[relay_weechat_protocol]] -WeeChat protocol -^^^^^^^^^^^^^^^^ +Protocole WeeChat +^^^^^^^^^^^^^^^^^ L'extension Relay peut envoyer les données à une interface distante en utilisant le protocole WeeChat.