# HG changeset patch # User Sebastien Jodogne # Date 1717612623 -7200 # Node ID 65a509cac1614b39c915d24dd2a57d2d00a690de # Parent b89439c1491651ebe63d02d8a674f9959056d805 typo diff -r b89439c14916 -r 65a509cac161 OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Wed Jun 05 17:53:00 2024 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Wed Jun 05 20:37:03 2024 +0200 @@ -3689,7 +3689,7 @@ call.GetDocumentation() .SetRequestField(LIMIT_TO_THIS_LEVEL_MAIN_DICOM_TAGS, RestApiCallDocumentation::Type_Boolean, "Only reconstruct this level MainDicomTags by re-reading them from a random child instance of the resource. " - "This option is much faster than a full reconstruct and is usefull e.g. if you have modified the " + "This option is much faster than a full reconstruct and is useful e.g. if you have modified the " "'ExtraMainDicomTags' at the Study level to optimize the speed of some C-Find. " "'false' by default. (New in Orthanc 1.12.4)", false); }