summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-11-28 20:28:36 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-11-28 20:28:36 +0000
commitf1dbe04c20a53a3718084cacfc5c519f60e16ee1 (patch)
tree6e6b3e480545f9ed5b7c3f505629bd9e3b19da4c /doc/en
parentc7d9ebd5c41ad03b763379320addc7da6d82e03f (diff)
downloadweechat-f1dbe04c20a53a3718084cacfc5c519f60e16ee1.zip
Fixed typos in doc
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat.en.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml
index 6497c9b9a..d3d5c0ac0 100644
--- a/doc/en/weechat.en.xml
+++ b/doc/en/weechat.en.xml
@@ -6784,19 +6784,19 @@ value2 = weechat.get_config("freenode.server_autojoin")
<screen>
# perl
weechat::set_config("look_nicklist", "off");
-weechat::set_config("freenode.server_autojoin, "#weechat");
+weechat::set_config("freenode.server_autojoin", "#weechat");
# python
weechat.set_config("look_nicklist", "off")
-weechat.set_config("freenode.server_autojoin, "#weechat")
+weechat.set_config("freenode.server_autojoin", "#weechat")
# ruby
Weechat.set_config("look_nicklist", "off")
-Weechat.set_config("freenode.server_autojoin, "#weechat")
+Weechat.set_config("freenode.server_autojoin", "#weechat")
-- lua
weechat.set_config("look_nicklist", "off")
-weechat.set_config("freenode.server_autojoin, "#weechat")
+weechat.set_config("freenode.server_autojoin", "#weechat")
</screen>
</para>
</section>