summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-12-19 23:25:37 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-12-19 23:25:37 +0100
commit8cd98458041834739ed73bb42e837dd3bb290a61 (patch)
tree32923f8b38f143d66fa4b760609262729bb21c7a /doc/en
parent6f3fd239be85096cdc6d47f8f3351a155d10629c (diff)
downloadweechat-8cd98458041834739ed73bb42e837dd3bb290a61.zip
doc: fix typo: hashlist => hashtable in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt4
1 files changed, 2 insertions, 2 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,