sip: fix typos

Thanks to lintian for pointing it out!
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-23 15:17:37 +02:00
parent 1593dd299b
commit 70cb120951
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ calls_sip_provider_constructed (GObject *object)
calls_sip_provider_load_accounts (self);
}
else
g_warning ("Could not initalize sofia stack: %s", error->message);
g_warning ("Could not initialize sofia stack: %s", error->message);
G_OBJECT_CLASS (calls_sip_provider_parent_class)->constructed (object);
}