comparison 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
comparison
equal deleted inserted replaced
4749:1a061bc2d6ca 4751:b3957ddd88f1
450 { 450 {
451 Close(); 451 Close();
452 } 452 }
453 catch (OrthancException& e) // Don't throw exceptions in destructors 453 catch (OrthancException& e) // Don't throw exceptions in destructors
454 { 454 {
455 LOG(ERROR) << "Catched exception in destructor: " << e.What(); 455 LOG(ERROR) << "Caught exception in destructor: " << e.What();
456 } 456 }
457 } 457 }
458 458
459 void ZipWriter::Close() 459 void ZipWriter::Close()
460 { 460 {