Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.cpp @ 2820:3e048b243d20
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Sep 2018 11:37:57 +0200 |
parents | 925d8dc03a23 |
children | 807169f85ba9 |
line wrap: on
line diff
--- 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<const _OrthancPluginRestCallback*>(parameters); LOG(INFO) << "Plugin has registered a REST callback " - << (lock ? "with" : "witout") + << (lock ? "with" : "without") << " mutual exclusion on: " << p.pathRegularExpression;