From 8daea451e34b2971e045555c0c4dfa2003b3ae6c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 25 Aug 2020 08:21:43 +0200 Subject: [PATCH] mod_pubsub: Fix typo in 'hosts' documentation Thanks to Melvin Keskin for spotting this. --- src/mod_pubsub.erl | 4 ++-- 1 file 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 =>