# HG changeset patch # User Sebastien Jodogne # Date 1550142928 -3600 # Node ID 1a0b4db799e85563810a783c1f27113429511497 # Parent 4351f52f15d5b869444796abbb6d14a78a15cd8f typo diff -r 4351f52f15d5 -r 1a0b4db799e8 Plugins/Include/orthanc/OrthancCPlugin.h --- 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