summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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) {