changeset 5659:a6f121707dfe

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2024 21:53:16 +0200
parents 4b7bc21db336
children e4d9a872998f
files OrthancServer/Sources/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Tue Jun 18 10:27:28 2024 +0200
+++ b/OrthancServer/Sources/main.cpp	Thu Jun 20 21:53:16 2024 +0200
@@ -1187,7 +1187,7 @@
       else
       {
         context.SetRestApiWriteToFileSystemEnabled(false);
-        LOG(WARNING) << "REST API cannot write to the file system bacause the \"RestApiWriteToFileSystemEnabled\" configuration is set to false.  The URI /instances/../export is disabled.  This is the most secure configuration.";
+        LOG(WARNING) << "REST API cannot write to the file system because the \"RestApiWriteToFileSystemEnabled\" configuration is set to false.  The URI /instances/../export is disabled.  This is the most secure configuration.";
       }
 
       if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))