# HG changeset patch # User Sebastien Jodogne # Date 1536831477 -7200 # Node ID 3e048b243d20ee357ed45f8b552d8f0b7d5499fe # Parent 1b6497e412e409f362ac58f1ee944d446204b409 typo diff -r 1b6497e412e4 -r 3e048b243d20 Plugins/Engine/OrthancPlugins.cpp --- a/Plugins/Engine/OrthancPlugins.cpp Thu Sep 13 09:03:39 2018 +0200 +++ b/Plugins/Engine/OrthancPlugins.cpp Thu Sep 13 11:37:57 2018 +0200 @@ -1072,7 +1072,7 @@ *reinterpret_cast(parameters); LOG(INFO) << "Plugin has registered a REST callback " - << (lock ? "with" : "witout") + << (lock ? "with" : "without") << " mutual exclusion on: " << p.pathRegularExpression;