Mercurial > hg > orthanc
changeset 6546:5037896a19ae
typo
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Fri, 19 Dec 2025 12:39:05 +0100 |
| parents | 4254af66832a |
| children | e7c12b47e6c4 5e961d92f655 |
| files | OrthancServer/Sources/ResourceFinder.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/ResourceFinder.cpp Fri Dec 19 12:38:29 2025 +0100 +++ b/OrthancServer/Sources/ResourceFinder.cpp Fri Dec 19 12:39:05 2025 +0100 @@ -1064,7 +1064,7 @@ !canBeFullyPerformedInDb_) { throw OrthancException(ErrorCode_BadRequest, - "nable to use 'Since' when finding resources when querying against Dicom Tags that are not in the MainDicomTags or when using CaseSenstive queries."); + "Unable to use 'Since' when finding resources when querying against Dicom Tags that are not in the MainDicomTags or when using CaseSenstive queries."); } bool isWarning002Enabled = false;
