diff OrthancFramework/Sources/Compression/ZipWriter.cpp @ 4751:b3957ddd88f1

typos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 17:31:03 +0200
parents 13efc0967cea
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/Compression/ZipWriter.cpp	Thu Jul 08 14:57:21 2021 +0200
+++ b/OrthancFramework/Sources/Compression/ZipWriter.cpp	Thu Jul 08 17:31:03 2021 +0200
@@ -452,7 +452,7 @@
     }
     catch (OrthancException& e)  // Don't throw exceptions in destructors
     {
-      LOG(ERROR) << "Catched exception in destructor: " << e.What();
+      LOG(ERROR) << "Caught exception in destructor: " << e.What();
     }
   }