# HG changeset patch # User Alain Mazy # Date 1748453339 -7200 # Node ID db4eb6c5ca65f695dd2fa76e87da760ed975fa51 # Parent 789f276c0100c23e39578c0a9ebcc6b6abdcbbdc typo diff -r 789f276c0100 -r db4eb6c5ca65 OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp --- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp Wed May 28 19:22:12 2025 +0200 +++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp Wed May 28 19:28:59 2025 +0200 @@ -2732,7 +2732,7 @@ std::unique_ptr transaction(StartTransaction(TransactionType_ReadWrite, listener)); // ReconstructMaindDicomTags uses LookupAttachment that needs revision and customData. Since we don't want to maintain a legacy version - // of LookupAttachmet, we modify the table now) + // of LookupAttachment, we modify the table now) LOG(INFO) << "First Upgrading SQLite schema to support revision and customData in order to be able to reconstruct main dicom tags"; std::string query; ServerResources::GetFileResource(query, ServerResources::INSTALL_REVISION_AND_CUSTOM_DATA);