diff OrthancServer/Sources/OrthancInitialization.cpp @ 5281:3de0235dedb6

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 18:45:07 +0200
parents e7529e6241d2
children fddb5d8d0021
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp	Sat Apr 15 13:07:47 2023 +0200
+++ b/OrthancServer/Sources/OrthancInitialization.cpp	Sat Apr 15 18:45:07 2023 +0200
@@ -241,7 +241,7 @@
 
           if (DicomMap::IsComputedTag(tag))
           {
-            LOG(WARNING) << "  - " << tagName << " can not be added in the Extra Main Dicom Tags since the value of this tag is computed when requested";
+            LOG(WARNING) << "  - " << tagName << " cannot be added in the Extra Main Dicom Tags since the value of this tag is computed when requested";
           }
           else
           {