From e02ee703f0017f956a3727a6bd9b515e293689ce Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Thu, 22 Feb 2024 19:47:07 +0100 Subject: docs: fix some typos in documentation and comments --- doc/fr/weechat_plugin_api.fr.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/fr') diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 6b3581d78..0fcbcd861 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -15606,13 +15606,13 @@ Prototype : [source,c] ---- -struct t_gui_nick_group *weechat_nicklist_add_nick (struct t_gui_buffer *buffer, - struct t_gui_nick_group *group, - const char *name, - const char *color, - const char *prefix, - const char *prefix_color, - int visible); +struct t_gui_nick *weechat_nicklist_add_nick (struct t_gui_buffer *buffer, + struct t_gui_nick_group *group, + const char *name, + const char *color, + const char *prefix, + const char *prefix_color, + int visible); ---- Paramètres : -- cgit v1.2.3