diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-25 09:13:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-25 09:13:18 +0200 |
commit | d6f4f6e74cf408ddd8a24435921e0a9dcb9c19cc (patch) | |
tree | 13d8f11e5d1b698438b51a05cc6c684556fd13c6 /doc/de/autogen | |
parent | 328d8e0f95e2b4c481d01dd8a74e0d61f52a662e (diff) | |
download | weechat-d6f4f6e74cf408ddd8a24435921e0a9dcb9c19cc.zip |
core: fix typo: childs -> children
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 42fc21137..960783616 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -479,7 +479,7 @@ 'visible' (integer) + 'level' (integer) + 'parent' (pointer, hdata: 'nick_group') + - 'childs' (pointer, hdata: 'nick_group') + + 'children' (pointer, hdata: 'nick_group') + 'last_child' (pointer, hdata: 'nick_group') + 'nicks' (pointer, hdata: 'nick') + 'last_nick' (pointer, hdata: 'nick') + |