1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

doc: fix typo: hashlist => hashtable in plugin API reference

This commit is contained in:
Sebastien Helleu
2011-12-19 23:25:37 +01:00
parent 6f3fd239be
commit 8cd9845804
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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,