Fix typos
This commit is contained in:
parent
fedea3a9d2
commit
69698f3407
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Writting a plugin for KDE Connect
|
||||
Writing a plugin for KDE Connect
|
||||
=================================
|
||||
|
||||
For the desktop client (this project):
|
||||
|
|
Loading…
Reference in a new issue