Fix minor typos

This commit is contained in:
Yuri Chornoivan 2018-12-11 19:23:06 +02:00
parent 86e5cd48a0
commit 5c468f0ecd
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ bool CompositeUploadJob::isRunning()
void CompositeUploadJob::start() {
if (m_running) {
qCWarning(KDECONNECT_CORE) << "CompositeUploadJob::start() - allready running";
qCWarning(KDECONNECT_CORE) << "CompositeUploadJob::start() - already running";
return;
}

View file

@ -63,7 +63,7 @@ LanLinkProvider::LanLinkProvider(bool testMode)
m_udpSocket.setProxy(QNetworkProxy::NoProxy);
//Detect when a network interface changes status, so we announce ourelves in the new network
//Detect when a network interface changes status, so we announce ourselves in the new network
QNetworkConfigurationManager* networkManager = new QNetworkConfigurationManager(this);
connect(networkManager, &QNetworkConfigurationManager::configurationChanged, this, &LanLinkProvider::onNetworkConfigurationChanged);

View file

@ -61,7 +61,7 @@ Q_SIGNALS:
private /*methods*/:
void removeNotification(const QString& internalId);
QString newId(); //Generates successive identifitiers to use as public ids
QString newId(); //Generates successive identifiers to use as public ids
void notificationReady();
private /*attributes*/:

View file

@ -80,7 +80,7 @@ Q_SIGNALS:
Q_SCRIPTABLE void conversationMessageReceived(const QVariantMap& msg, int pos);
private /*methods*/:
QString newId(); //Generates successive identifitiers to use as public ids
QString newId(); //Generates successive identifiers to use as public ids
private /*attributes*/:
const Device* m_device;