summaryrefslogtreecommitdiff
path: root/src/ejabberd_doc.erl
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-01-24 08:01:39 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-01-24 08:02:04 +0800
commitadf0f87e99310ea06925a4e88edeaf685d8d0cd5 (patch)
treed23de2e499b7116420a5f4f55fdabbb15f45f019 /src/ejabberd_doc.erl
parentmod_pubsub: Allow for limiting item_expire value (diff)
Fix typos
Diffstat (limited to 'src/ejabberd_doc.erl')
-rw-r--r--src/ejabberd_doc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_doc.erl b/src/ejabberd_doc.erl
index 77f9fab4..b6369d96 100644
--- a/src/ejabberd_doc.erl
+++ b/src/ejabberd_doc.erl
@@ -231,9 +231,9 @@ man_header(Lang) ->
"indentation, or otherwise you will get pretty cryptic "
"configuration errors.")),
io_lib:nl(),
- tr(Lang, ?T("Logically, configuration options are splitted into 3 main categories: "
+ tr(Lang, ?T("Logically, configuration options are split into 3 main categories: "
"'Modules', 'Listeners' and everything else called 'Top Level' options. "
- "Thus this document is splitted into 3 main chapters describing each "
+ "Thus this document is split into 3 main chapters describing each "
"category separately. So, the contents of ejabberd.yml will typically "
"look like this:")),
io_lib:nl(),