diff OrthancServer/Sources/main.cpp @ 5281:3de0235dedb6

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 18:45:07 +0200
parents cd2258ca7894
children 33410f14033b
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Sat Apr 15 13:07:47 2023 +0200
+++ b/OrthancServer/Sources/main.cpp	Sat Apr 15 18:45:07 2023 +0200
@@ -1181,7 +1181,7 @@
       else
       {
         context.SetRestApiWriteToFileSystemEnabled(false);
-        LOG(WARNING) << "REST API can not write to the file system.";
+        LOG(WARNING) << "REST API cannot write to the file system.";
       }
 
       if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))