mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix typo
This commit is contained in:
parent
9eb2685f90
commit
a8238d6a54
@ -261,7 +261,7 @@ process_iq(#iq{from = #jid{lserver = LServer} = JID,
|
||||
ok ->
|
||||
xmpp:make_iq_result(IQ);
|
||||
{error, db_failure} ->
|
||||
Txt = <<"Database, failure">>,
|
||||
Txt = <<"Database failure">>,
|
||||
xmpp:make_error(IQ, xmpp:err_internal_server_error(Txt, Lang));
|
||||
{error, notfound} ->
|
||||
Txt = <<"User session not found">>,
|
||||
@ -276,7 +276,7 @@ process_iq(#iq{from = #jid{lserver = LServer} = JID,
|
||||
ok ->
|
||||
xmpp:make_iq_result(IQ);
|
||||
{error, db_failure} ->
|
||||
Txt = <<"Database, failure">>,
|
||||
Txt = <<"Database failure">>,
|
||||
xmpp:make_error(IQ, xmpp:err_internal_server_error(Txt, Lang));
|
||||
{error, notfound} ->
|
||||
Txt = <<"Push record not found">>,
|
||||
|
Loading…
Reference in New Issue
Block a user