changeset 814:724549b890eb

typo
author Alain Mazy <am@orthanc.team>
date Mon, 18 May 2026 15:27:14 +0200
parents baf7b18893d6
children 814994b3ba16 b9f2946c15df
files PostgreSQL/Plugins/PostgreSQLIndex.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Tue May 12 18:16:55 2026 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Mon May 18 15:27:14 2026 +0200
@@ -1006,7 +1006,7 @@
     catch (Orthanc::OrthancException&)
     {
       // the statement may fail in case of temporary deadlock -> it will be retried at the next HK
-      LOG(INFO) << "Updat of invalid ChildCount entries has failed (will be retried)";
+      LOG(INFO) << "Update of invalid ChildCount entries has failed (will be retried)";
     }
   }
 }