diff OrthancServer/UnitTestsSources/LuaServerTests.cpp @ 4505:97d103b57cd1

removed cached dicom summary from DicomInstanceToStore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Feb 2021 12:07:03 +0100
parents d9473bd5ed43
children f0038043fb97 7053502fbf97
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/LuaServerTests.cpp	Wed Feb 10 11:29:53 2021 +0100
+++ b/OrthancServer/UnitTestsSources/LuaServerTests.cpp	Wed Feb 10 12:07:03 2021 +0100
@@ -151,7 +151,7 @@
 
 #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1
   // The "http://www.orthanc-server.com/downloads/third-party/" does
-  // not automatically redirect to HTTPS, so we cas use it even if the
+  // not automatically redirect to HTTPS, so we use it even if the
   // OpenSSL/HTTPS support is disabled in curl
   const std::string BASE = "http://www.orthanc-server.com/downloads/third-party/";