changeset 6137:db4eb6c5ca65 attach-custom-data

typo
author Alain Mazy <am@orthanc.team>
date Wed, 28 May 2025 19:28:59 +0200
parents 789f276c0100
children e030b8efe019 6cf5caab6117
files OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<ITransaction> 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);