aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay-grudev@users.noreply.github.com>2016-12-02 21:12:31 +0000
committerGitHub <noreply@github.com>2016-12-02 21:12:31 +0000
commit3d178904f0cf1f84d3f52e3c0d44d2bb5360fcb4 (patch)
tree4be8abbec404f38f608b13d6e7d6e516578be1d6
parentUpdate CHANGELOG.md (diff)
downloadsingleapplication-3d178904f0cf1f84d3f52e3c0d44d2bb5360fcb4.tar.xz
Fixed typos in CHANGELOG.md
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32fb97a..0f417b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,15 +31,15 @@ __v3.0a__
secondary instance.
* The SingleApplication constructor's third parameter is now a bool
specifying if the current instance should be allowed to run as a secondary
- instance of there is already a primary instance.
+ instance if there is already a primary instance.
* The SingleApplication constructor accept a fourth parameter specifying if
the SingleApplication block should be User-wide or System-wide.
* SingleApplication no longer relies on `applicationName` and
`organizationName` to be set. It instead concatenates all of the following
- data and computes a `SHA256` hash which is uses as the key for the
+ data and computes a `SHA256` hash which is used as the key of the
`QSharedMemory` block and the `QLocalServer`. Since at least
`applicationFilePath` is always present there is no need to explicitly set
- any of these prior to initialising `SingleApplication`.
+ any of the following prior to initialising `SingleApplication`.
* `QCoreApplication::applicationName`
* `QCoreApplication::applicationVersion`
* `QCoreApplication::applicationFilePath`
@@ -47,7 +47,7 @@ __v3.0a__
* `QCoreApplication::organizationDomain`
* User name or home directory path if in User mode
* The primary instance is no longer notified when a secondary instance had
- been started by default. A setting for this feature exists.
+ been started by default. A `Mode` flag for this feature exists.
* Added `instanceNumber()` which represents a unique identifier for each
secondary instance started. When called from the primary instance will
return `0`.