diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 15:55:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 15:55:13 -0400 |
| commit | 4fc61c7cd4befb79beabc2cc4e6b8b9a954db95c (patch) | |
| tree | 5fe16c49d0fd410ba1c3440c5a09c36fb3128904 /src/env.cpp | |
| parent | 69b86b206b2b659653b6f3c6cece77bf8c10ab0a (diff) | |
| parent | 315776799fe38b09b4c0684bd4c1236bdf2e329e (diff) | |
Merge pull request #1152 from isanae/small-fixes
Small fixes
Diffstat (limited to 'src/env.cpp')
| -rw-r--r-- | src/env.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.cpp b/src/env.cpp index 4c0aeb86..2862aa95 100644 --- a/src/env.cpp +++ b/src/env.cpp @@ -1083,7 +1083,7 @@ bool coredump(CoreDumpTypes type) bool coredumpOther(CoreDumpTypes type) { - std::wclog << L"creating minidump for an running process\n"; + std::wclog << L"creating minidump for a running process\n"; const auto pid = findOtherPid(); if (pid == 0) { |
