From b0fb2037428e6186cea26805d469943b5ef73ba9 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 10 Jul 2020 14:50:56 -0400 Subject: typo --- src/env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.cpp') 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) { -- cgit v1.3.1