aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2019-08-23 21:57:28 +0200
committerItay Grudev <itay+89bf5c@grudev.com>2019-08-23 22:57:28 +0300
commit791f6b1cae9b9ecfb8197e72a02865b0970fa0d8 (patch)
tree9d19d6d79af0314151246d8491f4385493dc4dff
parentUpdate FUNDING.yml (diff)
downloadsingleapplication-791f6b1cae9b9ecfb8197e72a02865b0970fa0d8.tar.xz
Fix spelling and typos (#70)
-rw-r--r--CHANGELOG.md2
-rw-r--r--singleapplication.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 837c98b..7d8ee58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -126,7 +126,7 @@ __3.0.1a__
__v3.0a__
---------
-* Depricated secondary instances count.
+* Deprecated secondary instances count.
* Added a sendMessage() method to send a message to the primary instance.
* Added a receivedMessage() signal, emitted when a message is received from a
secondary instance.
diff --git a/singleapplication.h b/singleapplication.h
index f123abd..cb50597 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -35,7 +35,7 @@
class SingleApplicationPrivate;
/**
- * @brief The SingleApplication class handles multipe instances of the same
+ * @brief The SingleApplication class handles multiple instances of the same
* Application
* @see QCoreApplication
*/
@@ -74,7 +74,7 @@ public:
* if there is already a primary instance.
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
* User wide or System wide.
- * @arg {int} timeout - Timeout to wait in miliseconds.
+ * @arg {int} timeout - Timeout to wait in milliseconds.
* @note argc and argv may be changed as Qt removes arguments that it
* recognizes
* @note Mode::SecondaryNotification only works if set on both the primary