diff Applications/DicomToTiff.cpp @ 163:c23e31ac75ef

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Jan 2019 14:27:38 +0100
parents 6b8ccfc02051
children 605247fc8758
line wrap: on
line diff
--- a/Applications/DicomToTiff.cpp	Sat Jan 26 10:50:07 2019 +0100
+++ b/Applications/DicomToTiff.cpp	Sat Jan 26 14:27:38 2019 +0100
@@ -208,7 +208,7 @@
 
   for (unsigned int level = 0; level < source.GetLevelCount(); level++)
   {
-    LOG(WARNING) << std::string(reencode ? "Reencoding" : "Transcoding")
+    LOG(WARNING) << std::string(reencode ? "Re-encoding" : "Transcoding")
                  << " level " << level;
 
     unsigned int countX = OrthancWSI::CeilingDivision