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/en/dev | |
parent | 44003c2dae28cafba8a8aa95e4a7072775d5a00f (diff) | |
download | weechat-1f4c75b3c1f169866e824e4faab0d904e8094769.zip |
Fix typo in doc
Diffstat (limited to 'doc/en/dev')
-rw-r--r-- | doc/en/dev/plugin_c_api.en.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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", <title>Infolists</title> <para> - Functions to get infolists. + Infolists functions. </para> <para> @@ -9849,7 +9849,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> |