summaryrefslogtreecommitdiff
path: root/src/env.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-10 15:55:13 -0400
committerGitHub <noreply@github.com>2020-07-10 15:55:13 -0400
commit4fc61c7cd4befb79beabc2cc4e6b8b9a954db95c (patch)
tree5fe16c49d0fd410ba1c3440c5a09c36fb3128904 /src/env.cpp
parent69b86b206b2b659653b6f3c6cece77bf8c10ab0a (diff)
parent315776799fe38b09b4c0684bd4c1236bdf2e329e (diff)
Merge pull request #1152 from isanae/small-fixes
Small fixes
Diffstat (limited to 'src/env.cpp')
-rw-r--r--src/env.cpp2
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) {