┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2020-03-17 16:56:45 +0200
committerYuri Chornoivan <[email protected]>2020-03-17 16:56:45 +0200
commit234c8276317918f6755e388821bdc9ff27efe043 (patch)
treea1b80342bb99dbc2e734bf3e4187d0d418921a17
parent63445f6e0003227906632a6faf677ce44378b464 (diff)
Fix minor typo
-rw-r--r--src/dbusinterface.h4
1 files changed, 2 insertions, 2 deletions
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;