1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

Fix typo in doc

This commit is contained in:
Sebastien Helleu
2009-04-17 11:29:40 +02:00
parent 44003c2dae
commit 1f4c75b3c1
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>