changeset 5655:65a509cac161

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jun 2024 20:37:03 +0200
parents b89439c14916
children a3c244090f67 dedbf019a707
files OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }