diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-20 10:18:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-20 10:18:23 +0100 |
commit | 0b8f80d3b5ec10a26cbc5f5ed951a44e84349701 (patch) | |
tree | 334e738f90ccd1de60f347cb30cc09e9582647b1 /doc/en/dev | |
parent | 16c2d5fe7e5c24c3fea0c58ef8eebee80e98d543 (diff) | |
download | weechat-0b8f80d3b5ec10a26cbc5f5ed951a44e84349701.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 8f2530720..22a19278a 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -4017,8 +4017,8 @@ const char *weechat_config_string (struct t_config_option *option); </para> </section> - <section id="secPluginCApi_weechat_config_string"> - <title>weechat_config_string</title> + <section id="secPluginCApi_weechat_config_string_default"> + <title>weechat_config_string_default</title> <para> Prototype: |