diff options
author | Itay Grudev <itay@grudev.com> | 2017-01-24 17:28:14 +0000 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2017-01-24 17:28:14 +0000 |
commit | 795e9a5d3a6032633ae1aa13d3d49e3d25ed5233 (patch) | |
tree | 06f9cb8952beb219fe7ec1bde229854c0cea2b9d | |
parent | Removed Windows specific code for getting username (diff) | |
download | singleapplication-795e9a5d3a6032633ae1aa13d3d49e3d25ed5233.tar.xz |
Fixed typo in CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e391ffd..52fde7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ __3.0.3a__ * Removed Microsoft Windows specific code for getting username due to multiple problems and compiler differences on Windows platforms. On - Windows the shaered memory block in User mode now includes the user's + Windows the shared memory block in User mode now includes the user's home path (which contains the user's username). * Explicitly getting absolute path of the user's home directory as on Unix |