aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-08-25 08:21:43 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-08-25 08:21:43 +0200
commit8daea451e34b2971e045555c0c4dfa2003b3ae6c (patch)
tree379821148c19ca3c6dd6eb6c526016c48e36ca64
parentMark dangerous buttons with CSS (#3363) (diff)
mod_pubsub: Fix typo in 'hosts' documentation
Thanks to Melvin Keskin for spotting this.
-rw-r--r--src/mod_pubsub.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub.erl b/src/mod_pubsub.erl
index 3d16f2f31..94ede277f 100644
--- a/src/mod_pubsub.erl
+++ b/src/mod_pubsub.erl
@@ -4232,8 +4232,8 @@ mod_doc() ->
?T("This option defines the Jabber IDs of the service. "
"If the 'hosts' option is not specified, the only Jabber "
"ID will be the hostname of the virtual host with the "
- "prefix \"vjud.\". The keyword '@HOST@' is replaced with "
- "the real virtual host name.")}},
+ "prefix \"pubsub.\". The keyword '@HOST@' is replaced "
+ "with the real virtual host name.")}},
{ignore_pep_from_offline,
#{value => "false | true",
desc =>