diff options
Diffstat (limited to 'src/ejabberd_doc.erl')
-rw-r--r-- | src/ejabberd_doc.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_doc.erl b/src/ejabberd_doc.erl index 77f9fab48..b6369d968 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(), |