# HG changeset patch # User Benjamin Golinvaux # Date 1574656888 -3600 # Node ID 5f1b1a8b2c286a29ad51c10a0d358d72697ee6ae # Parent d00a803d180265e7f3be8b000819e741606ec4a1 Fixed typo in doc diff -r d00a803d1802 -r 5f1b1a8b2c28 Plugins/Include/orthanc/OrthancCPlugin.h --- a/Plugins/Include/orthanc/OrthancCPlugin.h Sat Nov 23 10:52:30 2019 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Mon Nov 25 05:41:28 2019 +0100 @@ -1545,7 +1545,7 @@ * "levelTagElement", and "levelIndex" arrays. * @param levelTagGroup The group of the parent DICOM tags in the hierarchy. * @param levelTagElement The element of the parent DICOM tags in the hierarchy. - * @param levelIndex The index of the node in the parent sequences of the hiearchy. + * @param levelIndex The index of the node in the parent sequences of the hierarchy. * @param tagGroup The group of the DICOM tag of interest. * @param tagElement The element of the DICOM tag of interest. * @param vr The value representation of the binary DICOM node.