25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

Fix some English typos

This commit is contained in:
Badlop 2020-04-21 20:58:01 +02:00
parent 3db9de26e9
commit 1a3533e4a2
3 changed files with 5 additions and 5 deletions

View File

@ -485,7 +485,7 @@ doc() ->
desc => desc =>
?T("A list of Erlang nodes to connect on ejabberd startup. " ?T("A list of Erlang nodes to connect on ejabberd startup. "
"This option is mostly intended for ejabberd customization " "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, {define_macro,
#{value => "{MacroName: MacroValue}", #{value => "{MacroName: MacroValue}",
desc => desc =>
@ -827,7 +827,7 @@ doc() ->
desc => desc =>
{?T("Whether to use 'new' SQL schema. All schemas are located " {?T("Whether to use 'new' SQL schema. All schemas are located "
"at <https://github.com/processone/ejabberd/tree/~s/sql>. " "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. " "allows to store one XMPP domain into one ejabberd database. "
"The 'new' schema allows to handle several XMPP domains in a " "The 'new' schema allows to handle several XMPP domains in a "
"single ejabberd database. Using this 'new' schema is best when " "single ejabberd database. Using this 'new' schema is best when "

View File

@ -288,5 +288,5 @@ mod_doc() ->
[{report_commands_node, [{report_commands_node,
#{value => "true | false", #{value => "true | false",
desc => desc =>
?T("Provide the Commands item in the Service Disvocery. " ?T("Provide the Commands item in the Service Discovery. "
"Default value: 'false'.")}}]}. "Default value: 'false'.")}}]}.

View File

@ -1281,7 +1281,7 @@ mod_doc() ->
{use_mam_for_storage, {use_mam_for_storage,
#{value => "true | false", #{value => "true | false",
desc => desc =>
?T("This is an experimetal option. Enabling this option " ?T("This is an experimental option. Enabling this option "
"will make 'mod_offline' not use the former spool " "will make 'mod_offline' not use the former spool "
"table for storing MucSub offline messages, but will " "table for storing MucSub offline messages, but will "
"use the archive table instead. This use of the archive " "use the archive table instead. This use of the archive "