diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-08-25 08:21:43 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-08-25 08:21:43 +0200 |
commit | 8daea451e34b2971e045555c0c4dfa2003b3ae6c (patch) | |
tree | 379821148c19ca3c6dd6eb6c526016c48e36ca64 /src | |
parent | Mark dangerous buttons with CSS (#3363) (diff) |
mod_pubsub: Fix typo in 'hosts' documentation
Thanks to Melvin Keskin for spotting this.
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_pubsub.erl | 4 |
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 => |