Fix typos

This commit is contained in:
Nicolas Fella 2018-07-27 15:00:23 +02:00
parent fedea3a9d2
commit 69698f3407
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@ void LanLinkProvider::connectError()
delete socket;
}
//We received a UDP packet and answered by connecting to them by TCP. This gets called on a succesful connection.
//We received a UDP packet and answered by connecting to them by TCP. This gets called on a successful connection.
void LanLinkProvider::connected()
{
QSslSocket* socket = qobject_cast<QSslSocket*>(sender());

View file

@ -1,4 +1,4 @@
Writting a plugin for KDE Connect
Writing a plugin for KDE Connect
=================================
For the desktop client (this project):