# HG changeset patch # User Alain Mazy # Date 1779110834 -7200 # Node ID 724549b890eb1f3cf55f49a2961e645d907ca51d # Parent baf7b18893d66742b10e315cdfda128228177645 typo diff -r baf7b18893d6 -r 724549b890eb PostgreSQL/Plugins/PostgreSQLIndex.cpp --- 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)"; } } }