diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2023-12-28 00:15:32 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2023-12-28 00:17:04 +0100 |
commit | 017e35fbf128d47c033275a70b76b72f24d7c754 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /installation/pleroma-mongooseim.cfg | |
parent | f53197c82a90533c9152d7d8ed57c2604a2d6685 (diff) | |
download | pleroma-017e35fbf128d47c033275a70b76b72f24d7c754.tar.gz pleroma-017e35fbf128d47c033275a70b76b72f24d7c754.zip |
Fix some more typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'installation/pleroma-mongooseim.cfg')
-rwxr-xr-x | installation/pleroma-mongooseim.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/pleroma-mongooseim.cfg b/installation/pleroma-mongooseim.cfg index 3ecba5641..6b568fd03 100755 --- a/installation/pleroma-mongooseim.cfg +++ b/installation/pleroma-mongooseim.cfg @@ -204,7 +204,7 @@ ]} ]}, - %% Following HTTP API is deprected, the new one abouve should be used instead + %% Following HTTP API is deprecated, the new one above should be used instead { {5288, "127.0.0.1"} , ejabberd_cowboy, [ {num_acceptors, 10}, @@ -824,7 +824,7 @@ %% Enable archivization for private messages (default) % {pm, [ - %% Top-level options can be overriden here if needed, for example: + %% Top-level options can be overridden here if needed, for example: % {async_writer, false} % ]}, @@ -834,7 +834,7 @@ %% % {muc, [ % {host, "muc.@HOST@"} - %% As with pm, top-level options can be overriden for MUC archive + %% As with pm, top-level options can be overridden for MUC archive % ]}, % %% Do not use a <stanza-id/> element (by default stanzaid is used) |