Mercurial > hg > orthanc
changeset 1912:2f415526fdcd
type
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Feb 2016 12:38:57 +0100 |
parents | 7a05144cb919 |
children | 41e402cd7b3a |
files | Plugins/Include/orthanc/OrthancCPlugin.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.