From f4ea11b0b6f73e07b7a86f8c210dff58cd8d1580 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 15 May 2023 11:56:18 +0200 Subject: [PATCH] Fix minor typos --- mod_captcha_rust/README.md | 2 +- mod_default_rooms/README.md | 2 +- mod_isolation/README.md | 2 +- mod_logxml/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mod_captcha_rust/README.md b/mod_captcha_rust/README.md index 38c6962..e720bc3 100644 --- a/mod_captcha_rust/README.md +++ b/mod_captcha_rust/README.md @@ -39,7 +39,7 @@ ejabberd source code and apply this small patch: {: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 make diff --git a/mod_default_rooms/README.md b/mod_default_rooms/README.md index 13b8b19..feaf578 100644 --- a/mod_default_rooms/README.md +++ b/mod_default_rooms/README.md @@ -35,5 +35,5 @@ The configurable `mod_default_rooms` options are: - `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. diff --git a/mod_isolation/README.md b/mod_isolation/README.md index e7ef6c0..8e67e19 100644 --- a/mod_isolation/README.md +++ b/mod_isolation/README.md @@ -5,7 +5,7 @@ The module blocks communication of users between different virtual hosts. # 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 modules: mod_isolation: {} diff --git a/mod_logxml/README.md b/mod_logxml/README.md index 5e44738..fcab1c0 100644 --- a/mod_logxml/README.md +++ b/mod_logxml/README.md @@ -29,7 +29,7 @@ Configuration Default value: `[internal, vhosts, external]` - `orientation`: Log packets only when orientation matches. - Default value: `[send, revc]` + Default value: `[send, recv]` - `logdir`: Base filename, including absolute path. If set to `auto`, it uses the ejabberd log path.