diff OrthancServer/Sources/main.cpp @ 5659:a6f121707dfe

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2024 21:53:16 +0200
parents b1a18218860c
children
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))