From 69698f34076698d1655652ec403f7853afcae309 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 27 Jul 2018 15:00:23 +0200 Subject: [PATCH] Fix typos --- core/backends/lan/lanlinkprovider.cpp | 2 +- plugins/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/backends/lan/lanlinkprovider.cpp b/core/backends/lan/lanlinkprovider.cpp index 71328600d..86730b3a0 100644 --- a/core/backends/lan/lanlinkprovider.cpp +++ b/core/backends/lan/lanlinkprovider.cpp @@ -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(sender()); diff --git a/plugins/README.txt b/plugins/README.txt index 71071adc2..d2db94b74 100644 --- a/plugins/README.txt +++ b/plugins/README.txt @@ -1,4 +1,4 @@ -Writting a plugin for KDE Connect +Writing a plugin for KDE Connect ================================= For the desktop client (this project):