From 234c8276317918f6755e388821bdc9ff27efe043 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 17 Mar 2020 16:56:45 +0200 Subject: [PATCH] Fix minor typo --- src/dbusinterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 391916d627..c1029ea23c 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;