aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/parallelwork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil/parallelwork.cpp')
-rw-r--r--src/zenutil/parallelwork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/parallelwork.cpp b/src/zenutil/parallelwork.cpp
index 91591375a..ecacc4b5a 100644
--- a/src/zenutil/parallelwork.cpp
+++ b/src/zenutil/parallelwork.cpp
@@ -85,7 +85,7 @@ ParallelWork::RethrowErrors()
{
if (m_Errors.size() > 1)
{
- ZEN_INFO("Multiple exceptions throwm during ParallelWork execution, dropping the following exceptions:");
+ ZEN_INFO("Multiple exceptions thrown during ParallelWork execution, dropping the following exceptions:");
auto It = m_Errors.begin() + 1;
while (It != m_Errors.end())
{