Fix typo in backend

Bug: 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929 394929
This commit is contained in:
Nicholas D Steeves 2018-06-02 20:20:15 +02:00 committed by Nicolas Fella
parent 01793fab5a
commit 6d8fa21572

View file

@ -290,7 +290,7 @@ void LanLinkProvider::connected()
void LanLinkProvider::encrypted()
{
qCDebug(KDECONNECT_CORE) << "Socket succesfully stablished an SSL connection";
qCDebug(KDECONNECT_CORE) << "Socket successfully established an SSL connection";
QSslSocket* socket = qobject_cast<QSslSocket*>(sender());
if (!socket) return;