diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-20 20:47:03 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-20 20:47:03 +0000 |
commit | 7aabd15b4fe2aa6b1e42042f1f4561aa3b0aa986 (patch) | |
tree | ab2fcf9b9cbe4b67fa4d2a30e0a2b045ac58c1b9 /doc/de | |
parent | 7d5878e4d6ddf99d5d0087da8ce16631dcb25977 (diff) | |
download | weechat-7aabd15b4fe2aa6b1e42042f1f4561aa3b0aa986.zip |
Fixed typos in english and german docs
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat.de.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml index 02a8d6dc9..a2871b578 100644 --- a/doc/de/weechat.de.xml +++ b/doc/de/weechat.de.xml @@ -5470,25 +5470,25 @@ end <para> Perl-Prototyp: <command> - weechat::add_timer_handler(message, function); + weechat::add_timer_handler(interval, function); </command> </para> <para> Python-Prototyp: <command> - weechat.add_timer_handler(message, function) + weechat.add_timer_handler(interval, function) </command> </para> <para> Ruby-Prototyp: <command> - Weechat.add_timer_handler(message, function) + Weechat.add_timer_handler(interval, function) </command> </para> <para> Lua-Prototyp: <command> - weechat.add_timer_handler(message, function) + weechat.add_timer_handler(interval, function) </command> </para> <para> @@ -5572,25 +5572,25 @@ end <para> Perl-Prototyp: <command> - weechat::add_keyboard_handler(message, function); + weechat::add_keyboard_handler(function); </command> </para> <para> Python-Prototyp: <command> - weechat.add_keyboard_handler(message, function) + weechat.add_keyboard_handler(function) </command> </para> <para> Ruby-Prototyp: <command> - Weechat.add_keyboard_handler(message, function) + Weechat.add_keyboard_handler(function) </command> </para> <para> Lua-Prototyp: <command> - weechat.add_keyboard_handler(message, function) + weechat.add_keyboard_handler(function) </command> </para> <para> |