From 1f4c75b3c1f169866e824e4faab0d904e8094769 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 17 Apr 2009 11:29:40 +0200 Subject: [PATCH] Fix typo in doc --- doc/de/dev/plugin_c_api.de.xml | 4 ++-- doc/en/dev/plugin_c_api.en.xml | 4 ++-- doc/fr/dev/plugin_c_api.fr.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/de/dev/plugin_c_api.de.xml b/doc/de/dev/plugin_c_api.de.xml index e6bf50e64..fc79e5417 100644 --- a/doc/de/dev/plugin_c_api.de.xml +++ b/doc/de/dev/plugin_c_api.de.xml @@ -9084,7 +9084,7 @@ weechat_printf (NULL, "WeeChat home is: %s", Infolists - Functions to get infolists. + Infolists functions. @@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld", Prototype: -void weechat_infolist_free (struct t_weelist *weelist); +void weechat_infolist_free (struct t_infolist *infolist); diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml index 051dfcc6e..52e2bb6e9 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -9083,7 +9083,7 @@ weechat_printf (NULL, "WeeChat home is: %s", Infolists - Functions to get infolists. + Infolists functions. @@ -9849,7 +9849,7 @@ weechat_printf (NULL, "time value = 0x%ld", Prototype: -void weechat_infolist_free (struct t_weelist *weelist); +void weechat_infolist_free (struct t_infolist *infolist); diff --git a/doc/fr/dev/plugin_c_api.fr.xml b/doc/fr/dev/plugin_c_api.fr.xml index 9033f4879..e0f3a3888 100644 --- a/doc/fr/dev/plugin_c_api.fr.xml +++ b/doc/fr/dev/plugin_c_api.fr.xml @@ -9084,7 +9084,7 @@ weechat_printf (NULL, "WeeChat home is: %s", Infolists - Functions to get infolists. + Infolists functions. @@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld", Prototype: -void weechat_infolist_free (struct t_weelist *weelist); +void weechat_infolist_free (struct t_infolist *infolist);