mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
Fix minor typo
This commit is contained in:
parent
fc10a1ce71
commit
a98cd6a802
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ calls_sip_call_answer (CallsCall *call)
|
||||||
|
|
||||||
if (!calls_sdp_crypto_context_generate_answer (self->sdp_crypto_context)) {
|
if (!calls_sdp_crypto_context_generate_answer (self->sdp_crypto_context)) {
|
||||||
g_warning ("Could not generate answer for crypto key exchange. Aborting!");
|
g_warning ("Could not generate answer for crypto key exchange. Aborting!");
|
||||||
CALLS_EMIT_MESSAGE(self, _("Cryptographic key exchange unsucessful"), GTK_MESSAGE_WARNING);
|
CALLS_EMIT_MESSAGE(self, _("Cryptographic key exchange unsuccessful"), GTK_MESSAGE_WARNING);
|
||||||
/* XXX this should (probably) never be reached */
|
/* XXX this should (probably) never be reached */
|
||||||
nua_respond (self->nh, 488, "Not acceptable here", TAG_END ());
|
nua_respond (self->nh, 488, "Not acceptable here", TAG_END ());
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue