changeset 2820:3e048b243d20

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Sep 2018 11:37:57 +0200
parents 1b6497e412e4
children 13adab9220b5
files Plugins/Engine/OrthancPlugins.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;