1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

doc: fix typos in plugin API reference

This commit is contained in:
Sebastien Helleu
2011-09-25 16:39:30 +02:00
parent 072d526023
commit a8c22c11fc
+2 -2
View File
@@ -4299,7 +4299,7 @@ Arguments:
* 'option': option pointer
* 'value': new value for option
* 'run_callback': 1 for calling chang callback if value of option is changed,
* 'run_callback': 1 for calling change callback if value of option is changed,
otherwise 0
Return value:
@@ -4359,7 +4359,7 @@ int weechat_config_option_set_null (struct t_config_option *option,
Arguments:
* 'option': option pointer
* 'run_callback': 1 for calling chang callback if value of option is changed
* 'run_callback': 1 for calling change callback if value of option is changed
(if it was not null), otherwise 0
[NOTE]