]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix minor typo
authorYuri Chornoivan <yurchor@ukr.net>
Tue, 17 Mar 2020 14:56:45 +0000 (16:56 +0200)
committerYuri Chornoivan <yurchor@ukr.net>
Tue, 17 Mar 2020 14:56:45 +0000 (16:56 +0200)
src/dbusinterface.h

index 391916d6271998150ed9566aa27bc12eeec6b708..c1029ea23c516a5dd3f92ed615224813a6c16964 100644 (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;