diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-29 16:56:47 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-29 16:56:47 +0100 |
commit | 16c9217d524d95fff21308d9d5b9e761eace5c83 (patch) | |
tree | 6a38eefc3061aa8fa38ff09f986dc1285b8a1e11 /doc | |
parent | 84d78fed42c5d5919fcd406489b3e5f46cba26e7 (diff) | |
download | weechat-16c9217d524d95fff21308d9d5b9e761eace5c83.zip |
Fix 2 typos in doc
Diffstat (limited to 'doc')
-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 631be290f..781819946 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -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> |