Fix minor typo

This commit is contained in:
Yuri Chornoivan 2020-03-17 16:56:45 +02:00
parent 63445f6e00
commit 234c827631

View file

@ -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;