# HG changeset patch # User Sebastien Jodogne # Date 1454758737 -3600 # Node ID 2f415526fdcdd1fa39dcada8d52966ddfbdb1cec # Parent 7a05144cb9199cb4befcbf64c7b47232df3d4c02 type diff -r 7a05144cb919 -r 2f415526fdcd Plugins/Include/orthanc/OrthancCPlugin.h --- a/Plugins/Include/orthanc/OrthancCPlugin.h Thu Jan 28 17:07:22 2016 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Sat Feb 06 12:38:57 2016 +0100 @@ -2397,7 +2397,7 @@ * Orthanc, you should make these calls in a separate thread (with * the events passing through a message queue). Otherwise, this * could result in deadlocks in the presence of other plugins or Lua - * script. + * scripts. * * @param context The Orthanc plugin context, as received by OrthancPluginInitialize(). * @param callback The callback function.