diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-19 23:25:37 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-19 23:25:37 +0100 |
commit | 8cd98458041834739ed73bb42e837dd3bb290a61 (patch) | |
tree | 32923f8b38f143d66fa4b760609262729bb21c7a /doc/fr/weechat_plugin_api.fr.txt | |
parent | 6f3fd239be85096cdc6d47f8f3351a155d10629c (diff) | |
download | weechat-8cd98458041834739ed73bb42e837dd3bb290a61.zip |
doc: fix typo: hashlist => hashtable in plugin API reference
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 5d9f50a79..7fc735608 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3292,7 +3292,7 @@ Prototype : [source,C] ---------------------------------------- -void hashtable_map (struct t_hashlist *hashlist, +void hashtable_map (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const void *key, @@ -3338,7 +3338,7 @@ Prototype : [source,C] ---------------------------------------- -void hashtable_map_string (struct t_hashlist *hashlist, +void hashtable_map_string (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const char *key, |