changeset 5926:4692e1ae6d3d find-refactoring

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Dec 2024 15:39:08 +0100
parents 9704181280c6
children a9c3f1c245d9
files OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp	Mon Dec 16 14:31:04 2024 +0100
+++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp	Mon Dec 16 15:39:08 2024 +0100
@@ -567,7 +567,7 @@
 
 
   const FindResponse::Resource& StatelessDatabaseOperations::ExecuteSingleResource(FindResponse& response,
-    const FindRequest& request)
+                                                                                   const FindRequest& request)
   {
     ExecuteFind(response, request);
 
@@ -3299,7 +3299,7 @@
       for (std::list<std::string>::const_iterator it = identifiers.begin(); it != identifiers.end(); ++it)
       {
         /**
-         * Not that the resource might have been deleted (as we are in
+         * Note that the resource might have been deleted (as we are in
          * another transaction). The database engine must ignore such
          * error cases.
          **/