diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-17 11:29:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-17 11:29:40 +0200 |
commit | 1f4c75b3c1f169866e824e4faab0d904e8094769 (patch) | |
tree | 13007e1f12759e7eaac1ea1e3b428f879bc159d4 /doc/fr/dev/plugin_c_api.fr.xml | |
parent | 44003c2dae28cafba8a8aa95e4a7072775d5a00f (diff) | |
download | weechat-1f4c75b3c1f169866e824e4faab0d904e8094769.zip |
Fix typo in doc
Diffstat (limited to 'doc/fr/dev/plugin_c_api.fr.xml')
-rw-r--r-- | doc/fr/dev/plugin_c_api.fr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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", <title>Infolists</title> <para> - Functions to get infolists. + Infolists functions. </para> <para> @@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld", <para> Prototype: <programlisting> -void weechat_infolist_free (struct t_weelist *weelist); +void weechat_infolist_free (struct t_infolist *infolist); </programlisting> </para> <para> |