From 8cd98458041834739ed73bb42e837dd3bb290a61 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 19 Dec 2011 23:25:37 +0100 Subject: doc: fix typo: hashlist => hashtable in plugin API reference --- doc/fr/weechat_plugin_api.fr.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fr/weechat_plugin_api.fr.txt') 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, -- cgit v1.2.3