aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2009-01-13 18:59:28 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2009-01-13 18:59:28 +0000
commit9e768da723b4a770967efa0d4dcaf58ccef8917f (patch)
tree6fa72ce2a4841dfe21a61ecbbc62eb0928a96a9c
parent489f996fe52c6969a9574d5ca562a4f5cb5c2585 (diff)
Fixed an embarassing typo that even fooled me into believing BitlBee is
broken. :-(
-rw-r--r--doc/user-guide/commands.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index e50aed19..fcb1c8be 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -681,7 +681,7 @@
<bitlbee-setting name="resource_select" type="string" scope="account">
<default>priority</default>
- <possible-values>priority, time</possible-values>
+ <possible-values>priority, activity</possible-values>
<description>
<para>
@@ -689,7 +689,7 @@
</para>
<para>
- Normally it's set to <emphasis>priority</emphasis> which means messages will always be delivered to the buddy's resource with the highest priority. If the setting is set to <emphasis>time</emphasis>, messages will be delivered to the resource that was last used to send you a message (or the resource that most recently connected).
+ Normally it's set to <emphasis>priority</emphasis> which means messages will always be delivered to the buddy's resource with the highest priority. If the setting is set to <emphasis>activity</emphasis>, messages will be delivered to the resource that was last used to send you a message (or the resource that most recently connected).
</para>
</description>
</bitlbee-setting>