1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Fix typo in doc

This commit is contained in:
Sebastien Helleu
2008-11-15 23:29:05 +01:00
parent 8724fc18af
commit 4174ac5665
+3 -3
View File
@@ -5136,19 +5136,19 @@ struct t_hook *weechat_hook_print (
<listitem>
<para>
<option>buffer</option>: buffer pointer, if NULL, messages from
any buffer are catched
any buffer are caught
</para>
</listitem>
<listitem>
<para>
<option>tags</option>: only messages with these tags (comma
separated list) will be catched (optional)
separated list) will be caught (optional)
</para>
</listitem>
<listitem>
<para>
<option>message</option>: only messages with this string will be
catched (optional)
caught (optional)
</para>
</listitem>
<listitem>