Mercurial > hg > orthanc
changeset 3220:1a0b4db799e8
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 Feb 2019 12:15:28 +0100 |
parents | 4351f52f15d5 |
children | 4be505c2ac56 |
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 Feb 14 11:52:35 2019 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Thu Feb 14 12:15:28 2019 +0100 @@ -5868,7 +5868,7 @@ * @param context The Orthanc plugin context, as received by OrthancPluginInitialize(). * @param callback The main callback. * @param getMoveSize Callback to read the number of C-Move suboperations. - * @param applyMove Callback to apply one C-Move suboperations. + * @param applyMove Callback to apply one C-Move suboperation. * @param freeMove Callback to free the C-Move driver. * @return 0 if success, other value if error. * @ingroup DicomCallbacks