diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 14:50:56 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 14:50:56 -0400 |
| commit | b0fb2037428e6186cea26805d469943b5ef73ba9 (patch) | |
| tree | f25fa2964d6f2059736092d776fe8c80c166cbaa /src/env.cpp | |
| parent | a2c630af240e3aaa49af5228702c851c33c9a926 (diff) | |
typo
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) { |
