From 8cd98458041834739ed73bb42e837dd3bb290a61 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 19 Dec 2011 23:25:37 +0100 Subject: [PATCH] doc: fix typo: hashlist => hashtable in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 4 ++-- doc/fr/weechat_plugin_api.fr.txt | 4 ++-- doc/it/weechat_plugin_api.it.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 0bd057f3c..34af44403 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3258,7 +3258,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, @@ -3303,7 +3303,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, 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, diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 2a75d5ae1..14a129bac 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3252,7 +3252,7 @@ Prototipo: [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, @@ -3299,7 +3299,7 @@ Prototipo: [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,