diff options
Diffstat (limited to 'src/ejabberd_options_doc.erl')
-rw-r--r-- | src/ejabberd_options_doc.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index 50bccf7a0..20928eae7 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -485,7 +485,7 @@ doc() -> desc => ?T("A list of Erlang nodes to connect on ejabberd startup. " "This option is mostly intended for ejabberd customization " - "and sofisticated setups. The default value is an empty list.")}}, + "and sophisticated setups. The default value is an empty list.")}}, {define_macro, #{value => "{MacroName: MacroValue}", desc => @@ -827,7 +827,7 @@ doc() -> desc => {?T("Whether to use 'new' SQL schema. All schemas are located " "at <https://github.com/processone/ejabberd/tree/~s/sql>. " - "There are two schemas available. The default lecacy schema " + "There are two schemas available. The default legacy schema " "allows to store one XMPP domain into one ejabberd database. " "The 'new' schema allows to handle several XMPP domains in a " "single ejabberd database. Using this 'new' schema is best when " |