Fix minor typos

This commit is contained in:
Badlop 2023-05-15 11:56:18 +02:00
parent 32451219ed
commit f4ea11b0b6
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ ejabberd source code and apply this small patch:
{:ex_doc, ">= 0.0.0", only: :dev}, {:ex_doc, ">= 0.0.0", only: :dev},
``` ```
Then get the new dependecies, and compile as usual: Then get the new dependencies, and compile as usual:
``` ```
mix deps.get mix deps.get
make make

View File

@ -35,5 +35,5 @@ The configurable `mod_default_rooms` options are:
- `auto_join` (default: `true`) - `auto_join` (default: `true`)
This option specifies wether the auto-join flag should be set for the This option specifies whether the auto-join flag should be set for the
bookmarks created on registration. bookmarks created on registration.

View File

@ -5,7 +5,7 @@ The module blocks communication of users between different virtual hosts.
# Configuration # Configuration
The module doesn't have any options, so the simpliest way to configure is: The module doesn't have any options, so the simplest way to configure is:
```yaml ```yaml
modules: modules:
mod_isolation: {} mod_isolation: {}

View File

@ -29,7 +29,7 @@ Configuration
Default value: `[internal, vhosts, external]` Default value: `[internal, vhosts, external]`
- `orientation`: - `orientation`:
Log packets only when orientation matches. Log packets only when orientation matches.
Default value: `[send, revc]` Default value: `[send, recv]`
- `logdir`: - `logdir`:
Base filename, including absolute path. Base filename, including absolute path.
If set to `auto`, it uses the ejabberd log path. If set to `auto`, it uses the ejabberd log path.