diff Plugins/Include/orthanc/OrthancCPlugin.h @ 3220:1a0b4db799e8

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Feb 2019 12:15:28 +0100
parents c9a71eb4edcf
children 56ea9c476dba
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