From: Yuri Chornoivan Date: Tue, 17 Mar 2020 14:56:45 +0000 (+0200) Subject: Fix minor typo X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/234c8276317918f6755e388821bdc9ff27efe043 Fix minor typo --- diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 391916d62..c1029ea23 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -34,12 +34,12 @@ public: Q_SCRIPTABLE void ShowItemProperties(const QStringList& uriList, const QString& startUpId); /** - * Set whether this interface has been created by dolphin --deamon. + * Set whether this interface has been created by dolphin --daemon. */ void setAsDaemon(); /** - * @return Whether this interface has been created by dolphin --deamon. + * @return Whether this interface has been created by dolphin --daemon. */ bool isDaemon() const;