Fix spelling and typos (#70)

This commit is contained in:
Jonas Kvinge 2019-08-23 21:57:28 +02:00 committed by Itay Grudev
parent c43bd4d388
commit 791f6b1cae
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ __3.0.1a__
__v3.0a__ __v3.0a__
--------- ---------
* Depricated secondary instances count. * Deprecated secondary instances count.
* Added a sendMessage() method to send a message to the primary instance. * Added a sendMessage() method to send a message to the primary instance.
* Added a receivedMessage() signal, emitted when a message is received from a * Added a receivedMessage() signal, emitted when a message is received from a
secondary instance. secondary instance.

View File

@ -35,7 +35,7 @@
class SingleApplicationPrivate; class SingleApplicationPrivate;
/** /**
* @brief The SingleApplication class handles multipe instances of the same * @brief The SingleApplication class handles multiple instances of the same
* Application * Application
* @see QCoreApplication * @see QCoreApplication
*/ */
@ -74,7 +74,7 @@ public:
* if there is already a primary instance. * if there is already a primary instance.
* @arg {Mode} mode - Whether for the SingleApplication block to be applied * @arg {Mode} mode - Whether for the SingleApplication block to be applied
* User wide or System wide. * 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 * @note argc and argv may be changed as Qt removes arguments that it
* recognizes * recognizes
* @note Mode::SecondaryNotification only works if set on both the primary * @note Mode::SecondaryNotification only works if set on both the primary