# HG changeset patch # User Sebastien Jodogne # Date 1498561176 -7200 # Node ID b9856b1615d63df00aa23a6db046fb9cbd401bf6 # Parent 4d500a555aade2e91e0421be08585e7ce9a749af typo diff -r 4d500a555aad -r b9856b1615d6 Core/MultiThreading/RunnableWorkersPool.cpp --- a/Core/MultiThreading/RunnableWorkersPool.cpp Tue Jun 27 12:38:07 2017 +0200 +++ b/Core/MultiThreading/RunnableWorkersPool.cpp Tue Jun 27 12:59:36 2017 +0200 @@ -79,7 +79,7 @@ } catch (std::exception& e) { - LOG(ERROR) << "Std excetion while handling some runnable object: " << e.what(); + LOG(ERROR) << "std::exception while handling some runnable object: " << e.what(); } catch (...) {