1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Fix 2 typos in doc

This commit is contained in:
Sebastien Helleu
2009-01-29 16:56:47 +01:00
parent 84d78fed42
commit 16c9217d52
+2 -2
View File
@@ -2942,7 +2942,7 @@ struct t_config_option *weechat_config_new_option (
const char *string_values,
int min,
int max,
const chat *default_value,
const char *default_value,
const char *value,
int null_value_allowed,
int (*callback_check_value)(void *data,
@@ -5725,7 +5725,7 @@ struct t_hook *my_signal_hook =
<programlisting>
void weechat_hook_signal_send (
const char *signal,
const chat *type_data,
const char *type_data,
void *signal_data);
</programlisting>
</para>