Git commit a8778f689a0bcc2e91b9bb0da80b612e7c461e49 by Yuri Chornoivan. Committed on 06/09/2018 at 19:12. Pushed by yurchor into branch 'master'. Fix minor EBN issues M +3 -3 src/bridgedevice.h M +1 -1 src/connection.h https://commits.kde.org/networkmanager-qt/a8778f689a0bcc2e91b9bb0da80b612e7= c461e49 diff --git a/src/bridgedevice.h b/src/bridgedevice.h index 54e7ce1..377c599 100644 --- a/src/bridgedevice.h +++ b/src/bridgedevice.h @@ -62,15 +62,15 @@ public: = Q_SIGNALS: /** - * Emited when the carrier of this device has changed + * Emitted when the carrier of this device has changed */ void carrierChanged(bool plugged); /** - * Emited when the hardware address of this device has changed + * Emitted when the hardware address of this device has changed */ void hwAddressChanged(const QString &address); /** - * Emited when the slaves of this device have changed + * Emitted when the slaves of this device have changed */ void slavesChanged(const QStringList &slaves); = diff --git a/src/connection.h b/src/connection.h index 525d6dd..19bfa72 100644 --- a/src/connection.h +++ b/src/connection.h @@ -105,7 +105,7 @@ public: * Update the connection with new @p settings and properties (replacing * all previous settings and properties) but do not immediately save * the connection to disk. Secrets may be part of the update request - * and may sent to a Secret Agent for storage, depending on the the + * and may sent to a Secret Agent for storage, depending on the * flags associated with each secret. * * Use the save() method to save these changes to disk. Note